Boost test linking

后端 未结 4 614
花落未央
花落未央 2020-12-23 22:45

I want to use Boost test in my project.

I use cmake in my project so I wrote a simple CMakeList.txt for wrapping it:



        
4条回答
  •  不知归路
    2020-12-23 23:17

    Once I made a stupid typo and also got this. And compiler was cheated.

    Just as "#define BOOTS_TEST_MODULE DUMMY". Yes, I like boots :)

提交回复
热议问题