将 CLion 与柯南测试集成
Integrate CLion with conan test
我按照示例 https://github.com/lasote/conan-gtest-example to add GTest to my project via conan. Moreoever I followed these instructions https://docs.conan.io/en/latest/integrations/ide/clion.html 在 CLion 中设置柯南。
这两个示例按预期工作。但是当我按照这两个说明进行操作时,我无法让 CLion 获取 "test_package" 下的文件。如何使用柯南正确设置 CLion 以与我的 test_package 一起使用?
谢谢
我按照示例 https://github.com/lasote/conan-gtest-example to add GTest to my project via conan. Moreoever I followed these instructions https://docs.conan.io/en/latest/integrations/ide/clion.html 在 CLion 中设置柯南。 这两个示例按预期工作。但是当我按照这两个说明进行操作时,我无法让 CLion 获取 "test_package" 下的文件。如何使用柯南正确设置 CLion 以与我的 test_package 一起使用?
谢谢