mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2025-01-03 05:22:26 +08:00
fix BuildTarsCpp.cmake GLOB_RECURSE source
This commit is contained in:
parent
45bf0c25fb
commit
d3d1104cfd
@ -5,7 +5,7 @@ macro(build_tars_server MODULE DEPS)
|
||||
|
||||
include_directories(./)
|
||||
|
||||
aux_source_directory(. DIR_SRCS)
|
||||
FILE(GLOB_RECURSE DIR_SRCS "*.cpp")
|
||||
|
||||
FILE(GLOB_RECURSE TARS_LIST "${CMAKE_CURRENT_SOURCE_DIR}/*.tars")
|
||||
FILE(GLOB_RECURSE PB_LIST "${CMAKE_CURRENT_SOURCE_DIR}/*.proto")
|
||||
|
Loading…
Reference in New Issue
Block a user