mirror of
https://gitee.com/apaki/unicstl.git
synced 2025-05-18 03:51:35 +08:00
8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
|
|
aux_source_directory(. LIB_SRC)
|
|
|
|
add_library(unicstl STATIC ${LIB_SRC})
|
|
|
|
# install
|
|
install(TARGETS unicstl DESTINATION lib)
|