Corrected breaking build

This commit is contained in:
Ray San
2018-06-12 10:45:00 +02:00
parent b48d225a43
commit b588af5ce2
2 changed files with 10 additions and 9 deletions

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>)
list(APPEND raylib_sources $<TARGET_OBJECTS:glfw_objlib>)
endif()
include(utils)