How to mix dynamic and static boost libraries in one cmake project?

前端 未结 0 630
温柔的废话
温柔的废话 2020-12-30 10:28

I\'m trying to link my C++ program with static Boost::program_options and dynamic Boost::log libraries. Here is my CMakeList.txt file:

project(test)
add_execu         


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