mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 19:50:38 +02: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()
|
endif()
|
||||||
|
|
||||||
if (APPLE)
|
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
|
# setup install of OS X nitpick bundle
|
||||||
install(TARGETS ${TARGET_NAME}
|
install(TARGETS ${TARGET_NAME}
|
||||||
BUNDLE DESTINATION ${NITPICK_INSTALL_DIR}
|
BUNDLE DESTINATION ${NITPICK_INSTALL_DIR}
|
||||||
|
|
Loading…
Reference in a new issue