10 lines
99 B
CMake
10 lines
99 B
CMake
add_subdirectory(examples)
|
|
|
|
INSTALL(
|
|
FILES
|
|
License.txt
|
|
DESTINATION
|
|
data
|
|
)
|
|
|