mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 13:33:27 +02:00
Removed unneeded stuff.
This commit is contained in:
parent
74d5e4891c
commit
5b81931b83
1 changed files with 0 additions and 6 deletions
|
@ -179,12 +179,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