mirror of
https://github.com/g-truc/glm.git
synced 2025-04-05 21:45:02 +00:00
cmake: Don't use unqualified include paths
This commit is contained in:
parent
34bd28e8c6
commit
4aa1c19707
1 changed files with 2 additions and 2 deletions
|
@ -127,8 +127,8 @@ if(CMAKE_COMPILER_IS_GNUCXX)
|
|||
#ctest_enable_coverage()
|
||||
endif()
|
||||
|
||||
include_directories(".")
|
||||
include_directories("./test/external")
|
||||
include_directories("${PROJECT_SOURCE_DIR}")
|
||||
include_directories("${PROJECT_SOURCE_DIR}/test/external")
|
||||
|
||||
add_subdirectory(glm)
|
||||
add_subdirectory(test)
|
||||
|
|
Loading…
Add table
Reference in a new issue