Skip to content
Snippets Groups Projects
Commit 3663c219 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

ENH: Enable debug building, same as in caosdb-cpplib.

parent 87c4b88f
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -110,6 +110,9 @@ foreach (i RANGE "${len_test_cases}")
${CONAN_LIBS_OPENSSL} ${CONAN_LIBS_C-ARES} ${CONAN_LIBS_BZIP2}
${CONAN_LIBS_PROTOBUF} ${CONAN_LIBS_ZLIB} ${CONAN_LIBS_RE2}
${CONAN_LIBS_BOOST})
if("${CMAKE_BUILD_TYPE}" MATCHES "Debug")
target_link_libraries(${test_case_name} PRIVATE caosdb_grpc)
endif()
target_include_directories(${test_case_name}
PUBLIC ${CONAN_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR})
if(LINTING)
......
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