10 lines
119 B
CMake
10 lines
119 B
CMake
add_subdirectory(examples)
|
|
|
|
INSTALL(
|
|
FILES
|
|
License.txt
|
|
DESTINATION
|
|
${CMAKE_INSTALL_DATADIR}
|
|
)
|
|
|