mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-09 19:36:33 +00:00
Corrected possible issue with CMake for GLFW
This commit is contained in:
@@ -31,7 +31,7 @@ if(NOT glfw3_FOUND AND "${PLATFORM}" MATCHES "Desktop")
|
|||||||
add_subdirectory(external/glfw)
|
add_subdirectory(external/glfw)
|
||||||
include_directories(external/glfw/include)
|
include_directories(external/glfw/include)
|
||||||
|
|
||||||
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw_objlib>)
|
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw>)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
include(utils)
|
include(utils)
|
||||||
|
Reference in New Issue
Block a user