Skip to content
Snippets Groups Projects
Verified Commit 5cfd3476 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: conan

parent 01bc6046
No related branches found
No related tags found
No related merge requests found
Pipeline #9663 failed
[requires]
libcaosdb/0.0.2
[generators]
cmake
......@@ -36,7 +36,7 @@ math(EXPR len_test_cases "${len_test_cases} - 1")
foreach (i RANGE "${len_test_cases}")
list(GET test_cases ${i} test_case_name)
add_executable(${test_case_name} ${test_case_name}.cpp)
target_link_libraries(${test_case_name} PRIVATE caosdb::caosdb ${CONAN_LIBS})
target_link_libraries(${test_case_name} PRIVATE ${CONAN_LIBS})
set_target_properties(${test_case_name} PROPERTIES CXX_CLANG_TIDY "")
gtest_discover_tests(${test_case_name}
PROPERTIES
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment