diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9e381493d..0cafd4eff 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -35,9 +35,6 @@ if(NOT glfw3_FOUND AND NOT USE_EXTERNAL_GLFW STREQUAL "ON" AND "${PLATFORM}" MAT set(GLFW_USE_WAYLAND ${USE_WAYLAND} CACHE BOOL "" FORCE) add_subdirectory(external/glfw) - - list(APPEND raylib_sources $) - include_directories(BEFORE SYSTEM external/glfw/include) else() MESSAGE(STATUS "Using external GLFW") set(GLFW_PKG_DEPS glfw3)