8 lines
142 B
CMake
8 lines
142 B
CMake
@PACKAGE_INIT@
|
|
|
|
include(CMakeFindDependencyMacro)
|
|
find_dependency(glm CONFIG)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/VectorailGCTargets.cmake")
|
|
|