mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 13:55:39 +02:00
Try uploading in-development versions of v3 as testing packages
This commit is contained in:
@@ -7,5 +7,5 @@ conan_basic_setup(TARGETS)
|
||||
find_package(Catch2 REQUIRED CONFIG)
|
||||
|
||||
add_executable(${PROJECT_NAME} test_package.cpp)
|
||||
target_link_libraries(${PROJECT_NAME} CONAN_PKG::Catch2)
|
||||
target_link_libraries(${PROJECT_NAME} CONAN_PKG::Catch2Main)
|
||||
set_target_properties(${PROJECT_NAME} PROPERTIES CXX_STANDARD 14)
|
||||
|
Reference in New Issue
Block a user