CMakeLists.txt 88 字节
Newer Older
W
wuzewu 已提交
1 2
FILE(GLOB op_srcs ${CMAKE_CURRENT_LIST_DIR}/*.cpp)
LIST(APPEND serving_srcs ${op_srcs})