Is it possible to write a GLOB_RECURSE in cmake that ignores files ending in a certain way?

前端 未结 0 409
别那么骄傲
别那么骄傲 2021-01-22 01:23

I have the following GLOB_RECURSE in my cmake config to add to my project all the cpp files

file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS src/*.cpp)
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题