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

FIX: Linking with debugging should work now.

parent 11042207
No related branches found
No related tags found
2 merge requests!33Release 0.1,!30Debug build
Pipeline #14799 passed with warnings
Pipeline: caosdb-cppinttest

#14800

    This commit is part of merge request !33. Comments created here will be created in the context of that merge request.
    ......@@ -150,6 +150,7 @@ if("${CMAKE_BUILD_TYPE}" MATCHES "Debug")
    add_library(caosdb_grpc SHARED ${GRPC_GENERATED})
    add_library(caosdb SHARED ${libcaosdb_INCL} ${libcaosdb_SRC})
    target_link_libraries(caosdb caosdb_grpc)
    target_link_libraries(caosdb_grpc ${CONAN_LIBS})
    set(LIBCAOSDB caosdb caosdb_grpc)
    target_include_directories(caosdb_grpc SYSTEM PUBLIC
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment