Skip to content
Snippets Groups Projects

Fix compilation errors on Windows

Merged Joscha Schmiedt requested to merge f-34-building-shared-libraries-on-windows-fails into dev
+ 1
4
@@ -178,12 +178,9 @@ target_include_directories(caosdb PUBLIC
$<INSTALL_INTERFACE:include>
)
# libccaosdb
# ----------
add_library(ccaosdb SHARED src/ccaosdb.cpp ${GRPC_GENERATED})
add_library(ccaosdb SHARED src/ccaosdb.cpp)
target_link_libraries(ccaosdb
gRPC::grpc gRPC::grpc++ protobuf::libprotobuf ${Boost_LIBRARIES}
${LIBCAOSDB}
Loading