Skip to content
Snippets Groups Projects
Commit 1c59e0c0 authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

WIP: Add GRPC_GENERATED sources to ccaosdb target

This fixes issue #88 on Win32
parent f2e382ec
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!48Fix compilation errors on Windows
......@@ -219,7 +219,7 @@ target_include_directories(caosdb PUBLIC
# libccaosdb
# ----------
add_library(ccaosdb SHARED src/ccaosdb.cpp)
add_library(ccaosdb SHARED src/ccaosdb.cpp ${GRPC_GENERATED})
target_link_libraries(ccaosdb
grpc::grpc protobuf::protobuf boost::boost
${LIBCAOSDB} $(STDFSLIB)
......
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