Преглед изворни кода

Conan support (#156); Trompeloeil dependency added.

main
offa пре 6 година
родитељ
комит
093c087aef
2 измењених фајлова са 4 додато и 5 уклоњено
  1. +2
    -0
      conanfile.txt
  2. +2
    -5
      test/CMakeLists.txt

+ 2
- 0
conanfile.txt Прегледај датотеку

[requires] [requires]
Catch2/2.8.0@catchorg/stable Catch2/2.8.0@catchorg/stable
trompeloeil/v34@rollbear/stable


[generators] [generators]
cmake_find_package cmake_find_package
cmake_paths cmake_paths


+ 2
- 5
test/CMakeLists.txt Прегледај датотеку

find_package(Catch2 REQUIRED) find_package(Catch2 REQUIRED)

add_library(Trompeloeil INTERFACE)
target_include_directories(Trompeloeil INTERFACE "trompeloeil")

find_package(trompeloeil REQUIRED)


add_library(TestMain TestMain.cpp) add_library(TestMain TestMain.cpp)
target_link_libraries(TestMain PUBLIC Catch2::Catch2 Trompeloeil)
target_link_libraries(TestMain PUBLIC Catch2::Catch2 trompeloeil::trompeloeil)




function(add_test_suite name) function(add_test_suite name)

Loading…
Откажи
Сачувај