You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
325 B
10 lines
325 B
#
|
|
# 在这个文件中编辑,需要在PC中运行的测试文件
|
|
#
|
|
message("PUBLIC_LINK_DIRECTORIES: ${PUBLIC_LINK_DIRECTORIES}")
|
|
message("PUBLIC_INCLUDE_DIRECTORIES: ${PUBLIC_INCLUDE_DIRECTORIES}")
|
|
message("PUBLIC_LINK_LIBS: ${PUBLIC_LINK_LIBS}")
|
|
|
|
zadd_executable_simple(
|
|
TARGET test_demo.out SRC src/test/test_demo.cpp
|
|
)
|