Why does adding a subdirectory (with test executables) in my CMakeLists cause my dll signature to get mismatched with my pdb signature?

前端 未结 0 709
梦谈多话
梦谈多话 2021-02-19 07:07

My library is organised like so :

lib/
├── src/
│   ├── code..
├── tests/
│   ├── code..
│   └── CMakeLists.txt
│
└─ CMakeLists.txt

The outer cma

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