compare the backend's version with the plugin's version
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user