mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated Working with CMake (markdown)
@ -12,7 +12,7 @@ add_executable(${PROJECT_NAME} main.c)
|
||||
|
||||
target_link_libraries(${PROJECT_NAME} raylib)
|
||||
|
||||
# Checks if OSX and links appropriate frameworks (Only required on MacOS)
|
||||
# Checks if OSX and links appropriate frameworks (only required on MacOS)
|
||||
if (APPLE)
|
||||
target_link_libraries(${PROJECT_NAME} "-framework IOKit")
|
||||
target_link_libraries(${PROJECT_NAME} "-framework Cocoa")
|
||||
|
||||
Reference in New Issue
Block a user