We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13fa56d commit ef911d8Copy full SHA for ef911d8
CMakeLists.txt
@@ -353,7 +353,7 @@ if(USE_SYSTEM_ANGELSCRIPT)
353
endif()
354
else()
355
add_subdirectory("${PROJECT_SOURCE_DIR}/lib/angelscript/projects/cmake")
356
- include_directories("${PROJECT_SOURCE_DIR}/lib/angelscript/include")
+ include_directories(BEFORE "${PROJECT_SOURCE_DIR}/lib/angelscript/include")
357
set(Angelscript_LIBRARIES angelscript)
358
359
0 commit comments