mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Fix for CMake > 2.8.9 on OS X
This commit is contained in:
parent
68bef59d89
commit
d13430e2b8
1 changed files with 4 additions and 0 deletions
|
@ -4,6 +4,10 @@ if (APPLE)
|
||||||
set(APP_BUNDLE_NAME "${CMAKE_PROJECT_NAME}.app")
|
set(APP_BUNDLE_NAME "${CMAKE_PROJECT_NAME}.app")
|
||||||
|
|
||||||
set(APP_BUNDLE_DIR "${OpenMW_BINARY_DIR}/${APP_BUNDLE_NAME}")
|
set(APP_BUNDLE_DIR "${OpenMW_BINARY_DIR}/${APP_BUNDLE_NAME}")
|
||||||
|
|
||||||
|
set(CMAKE_EXE_LINKER_FLAGS "-F /Library/Frameworks")
|
||||||
|
set(CMAKE_SHARED_LINKER_FLAGS "-F /Library/Frameworks")
|
||||||
|
set(CMAKE_MODULE_LINKER_FLAGS "-F /Library/Frameworks")
|
||||||
endif (APPLE)
|
endif (APPLE)
|
||||||
|
|
||||||
# Macros
|
# Macros
|
||||||
|
|
Loading…
Reference in a new issue