diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7e94d97d..d7454493 100755 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 $) + list(APPEND raylib_sources $) endif() include(utils)