mirror of
https://github.com/blupi-games/planetblupi-dev
synced 2024-12-30 13:55:36 +01:00
Add frameworks for static linking
This commit is contained in:
parent
f4ce2fd5a4
commit
ff974bf255
@ -6,6 +6,8 @@ include (${CMAKE_ROOT}/Modules/ExternalProject.cmake)
|
||||
include_directories (${CMAKE_BINARY_DIR}/include)
|
||||
link_directories (${CMAKE_BINARY_DIR}/lib)
|
||||
|
||||
set (CMAKE_LDFLAGS "-liconv -framework AudioToolBox -framework CoreAudio -framework CoreFoundation -framework Cocoa -framework OpenGL -framework IOKit -framework CoreVideo -framework Carbon")
|
||||
|
||||
configure_file (cmd.sh.in cmd.sh @ONLY)
|
||||
set (CMD ${CMAKE_BINARY_DIR}/cmd.sh)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user