mirror of
https://gitee.com/apaki/unicstl.git
synced 2025-05-18 03:51:35 +08:00
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
|
|
aux_source_directory(. DIR_TEST)
|
|
|
|
include_directories(.)
|
|
|
|
# generate target
|
|
add_executable(${PROJECT_NAME} test.c)
|
|
# link libary
|
|
target_link_libraries(${PROJECT_NAME} unicstl)
|
|
|
|
# install
|
|
install(TARGETS ${PROJECT_NAME} DESTINATION bin)
|