cmake: How to link a static library in linux CMakeLists.txt when this library does not pre-exist but will be available at link time?

前端 未结 0 1857
[愿得一人]
[愿得一人] 2021-02-11 15:05

I have a target to build libxyz.a

add_subdirectory( "${SANDBOX}/xyz" "${PROJECT_BINARY_DIR}/out_xyz" )

and linking using

list( APPEND LI

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