We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d8a4f commit e3bf04aCopy full SHA for e3bf04a
projects/CMake/CMakeLists.txt
@@ -37,11 +37,4 @@ if (${PLATFORM} STREQUAL "Web")
37
set_target_properties(${PROJECT_NAME} PROPERTIES SUFFIX ".html")
38
endif()
39
40
-# Checks if OSX and links appropriate frameworks (Only required on MacOS)
41
-if (APPLE)
42
- target_link_libraries(${PROJECT_NAME} "-framework IOKit")
43
- target_link_libraries(${PROJECT_NAME} "-framework Cocoa")
44
- target_link_libraries(${PROJECT_NAME} "-framework OpenGL")
45
-endif()
46
-
47
# That's it! You should have an example executable that you can run. Have fun!
0 commit comments