Azur/glm-builds/CMakeLists.txt

6 lines
138 B
CMake

# Define the header-only library
add_library(glm INTERFACE)
# Set the include directory
target_include_directories(glm INTERFACE ../glm)