소스 검색

Conan support (#156); Trompeloeil dependency added.

main
offa 5 년 전
부모
커밋
093c087aef
2개의 변경된 파일4개의 추가작업 그리고 5개의 파일을 삭제
  1. +2
    -0
      conanfile.txt
  2. +2
    -5
      test/CMakeLists.txt

+ 2
- 0
conanfile.txt 파일 보기

@@ -1,6 +1,8 @@
[requires]
Catch2/2.8.0@catchorg/stable
trompeloeil/v34@rollbear/stable

[generators]
cmake_find_package
cmake_paths


+ 2
- 5
test/CMakeLists.txt 파일 보기

@@ -1,11 +1,8 @@
find_package(Catch2 REQUIRED)

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

find_package(trompeloeil REQUIRED)

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)

Loading…
취소
저장