Skip to content

Commit eeb498c

Browse files
authored
Update glfw.cmake
1 parent fd34adc commit eeb498c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/glfw.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else()
3232
${INSTALL_DIR}/lib/${CMAKE_STATIC_LIBRARY_PREFIX}glfw3${CMAKE_STATIC_LIBRARY_SUFFIX})
3333

3434
if(APPLE)
35-
list(APPEND GLFW_LIBRARIES -framework Cocoa -framework IOKit -framework CoreVideo)
35+
list(APPEND GLFW_LIBRARIES "-framework Cocoa" "-framework IOKit" "-framework CoreVideo")
3636
endif()
3737
endif()
3838

0 commit comments

Comments
 (0)