git-subtree-dir: deps/nostalgia git-subtree-split: 9cb6bd4a32e9f39a858f72443ff5c6d40489fe22
11 lines
126 B
CMake
11 lines
126 B
CMake
project(GlUtils CXX)
|
|
|
|
add_subdirectory(src)
|
|
|
|
install(
|
|
DIRECTORY
|
|
include/glutils
|
|
DESTINATION
|
|
include
|
|
)
|