mirror of https://github.com/AxioDL/metaforce.git
HECL link fix for qt-creator on OS X
This commit is contained in:
parent
34ab71a5a7
commit
ba70eb3228
|
@ -17,6 +17,11 @@ if(NOT WIN32)
|
||||||
list(APPEND PLAT_LIBS pthread)
|
list(APPEND PLAT_LIBS pthread)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if(APPLE)
|
||||||
|
find_library(CF_LIBRARY CoreFoundation)
|
||||||
|
list(APPEND PLAT_LIBS ${CF_LIBRARY})
|
||||||
|
endif()
|
||||||
|
|
||||||
target_link_libraries(hecl
|
target_link_libraries(hecl
|
||||||
${DATA_SPEC_LIBS}
|
${DATA_SPEC_LIBS}
|
||||||
HECLDatabase HECLBackend HECLFrontend HECLBlender HECLCommon AthenaCore NOD
|
HECLDatabase HECLBackend HECLFrontend HECLBlender HECLCommon AthenaCore NOD
|
||||||
|
|
Loading…
Reference in New Issue