compare the backend's version with the plugin's version

This commit is contained in:
Sven Czarnian
2021-11-18 15:55:37 +01:00
parent 25c1519bb8
commit a65aa445fa
3 changed files with 98 additions and 3 deletions

View File

@@ -7,6 +7,8 @@
# Brief:
# Creates the plug-in which is used by Euroscope
ADD_DEFINITIONS(-DCURL_STATICLIB)
# define the Google Protobuf-files
SET(PROTO_FILES
${CMAKE_CURRENT_SOURCE_DIR}/com/protobuf/Aircraft.proto
@@ -86,8 +88,8 @@ ADD_LIBRARY(
# define the dependencies
TARGET_INCLUDE_DIRECTORIES(ArrivalMANager INTERFACE EuroScope)
TARGET_LINK_LIBRARIES(ArrivalMANager EuroScope GSL Shlwapi)
TARGET_LINK_LIBRARIES(ArrivalMANager cppzmq protobuf)
TARGET_LINK_LIBRARIES(ArrivalMANager EuroScope libcurl GSL Shlwapi)
TARGET_LINK_LIBRARIES(ArrivalMANager cppzmq protobuf jsoncpp)
# configure the debugger and update the linker flags
IF(MSVC)