Files
nostalgia/deps/glutils/CMakeLists.txt
T
2023-12-11 22:57:59 -06:00

11 lines
126 B
CMake

project(GlUtils CXX)
add_subdirectory(src)
install(
DIRECTORY
include/glutils
DESTINATION
include
)