Skip to content

Commit e3bf04a

Browse files
authored
cmake: Remove APPLE block
1 parent d3d8a4f commit e3bf04a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

projects/CMake/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,4 @@ if (${PLATFORM} STREQUAL "Web")
3737
set_target_properties(${PROJECT_NAME} PROPERTIES SUFFIX ".html")
3838
endif()
3939

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-
4740
# That's it! You should have an example executable that you can run. Have fun!

0 commit comments

Comments
 (0)