Corrected possible issue with CMake for GLFW

This commit is contained in:
Ray 2018-06-02 18:47:19 +02:00
parent 9688c677de
commit 61a1c59472

View File

@ -31,7 +31,7 @@ if(NOT glfw3_FOUND AND "${PLATFORM}" MATCHES "Desktop")
add_subdirectory(external/glfw)
include_directories(external/glfw/include)
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw_objlib>)
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw>)
endif()
include(utils)