file(GLOB_RECURSE ALL_SRCS "*.cpp")file(GLOB_RECURSE NODE_SRCS "src/*_node.cpp")file(GLOB_RECURSE THIRD_PARTY_SRCS "third_party/*.cpp")list(REMOVE_ITEM ALL_SRCS ${NODE_SRCS})list(REMOVE_ITEM ALL_SRCS ${THIRD_PARTY_SRCS}) 获取所有.cpp文件作为源文件(ALL_SRCS)(为列表ALL_SRCS) 但是...
Security Insights Additional navigation options Browse files madebr committedDec 7, 2024· Don't use a glob in file list for archives (This has better reproducibility) main · release-3.2.4 prerelease-3.1.1 1 parent04d26b6commit33d18dd ...