CMakeLists.txt 140 字节
Newer Older
W
wangguibao 已提交
1
FILE(GLOB common_srcs ${CMAKE_CURRENT_LIST_DIR}/*.cpp)
W
wangguibao 已提交
2 3
LIST(APPEND pdserving_srcs ${common_srcs})
LIST(APPEND pdclient_srcs ${common_srcs})