mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge branch '20550-installOnMac' of https://github.com/NissimHadar/hifi into 20550-installOnMac
This commit is contained in:
commit
e0bb8c64ca
1 changed files with 0 additions and 6 deletions
|
@ -170,12 +170,6 @@ elseif (APPLE)
|
|||
endif()
|
||||
|
||||
if (APPLE)
|
||||
# link in required OS X frameworks and include the right GL headers
|
||||
find_library(OpenGL OpenGL)
|
||||
find_library(AppKit AppKit)
|
||||
|
||||
target_link_libraries(${TARGET_NAME} ${OpenGL} ${AppKit})
|
||||
|
||||
# setup install of OS X nitpick bundle
|
||||
install(TARGETS ${TARGET_NAME}
|
||||
BUNDLE DESTINATION ${NITPICK_INSTALL_DIR}
|
||||
|
|
Loading…
Reference in a new issue