mirror of
https://github.com/g-truc/glm.git
synced 2025-04-14 17:13:41 +00:00
Fix CMake FetchContent usage
This commit is contained in:
parent
ace16e4778
commit
1771b1127f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ add_library(glm INTERFACE)
|
|||
include(GNUInstallDirs)
|
||||
|
||||
target_include_directories(glm INTERFACE
|
||||
$<BUILD_INTERFACE:${CMAKE_SOURCE_DIR}>
|
||||
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>
|
||||
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue