9 lines
103 B
CMake
9 lines
103 B
CMake
add_subdirectory(src)
|
|
|
|
install(
|
|
DIRECTORY
|
|
include/teagba
|
|
DESTINATION
|
|
include
|
|
)
|