unicstl/example/CMakelists.txt

5 lines
76 B
Plaintext

aux_source_directory(. SRC_DEMO)
add_library(example STATIC ${SRC_DEMO})