Browse Source

try fix CMake

pull/1278/head
Silvio Kunaschk 6 years ago
parent
commit
7a45fd1b70
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -47,7 +47,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
set_target_properties(${RACK_APP} PROPERTIES LINK_FLAGS -rdynamic)
elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin")
target_compile_definitions(${RACK_APP} PRIVATE ARCH_MAC)
set_target_properties(${RACK_APP} PROPERTIES LINK_FLAGS -export_dynamic "-undefined dynamic_lookup")
set_target_properties(${RACK_APP} PROPERTIES LINK_FLAGS "-export_dynamic -undefined dynamic_lookup")
endif ()

target_include_directories(${RACK_APP} PRIVATE include)


Loading…
Cancel
Save