11 lines
126 B
CMake
11 lines
126 B
CMake
|
project(GlUtils CXX)
|
||
|
|
||
|
add_subdirectory(src)
|
||
|
|
||
|
install(
|
||
|
DIRECTORY
|
||
|
include/glutils
|
||
|
DESTINATION
|
||
|
include
|
||
|
)
|