How do I use a single-header library (built by CMake) in another single-header library in CMake?

前端 未结 0 441
[愿得一人]
[愿得一人] 2020-12-10 15:42

I have a project P1 which is a single-header library built using CMake.

add_library(P1 INTERFACE)

I have another project P2 which is also a s

相关标签:
回答
  • 消灭零回复
提交回复
热议问题