add Eigen as a dependency

This commit is contained in:
Sven Czarnian
2021-12-16 16:00:12 +01:00
parent 27b422d806
commit 85600fcd57

View File

@@ -101,7 +101,7 @@ ADD_LIBRARY(
# define the dependencies # define the dependencies
TARGET_INCLUDE_DIRECTORIES(ArrivalMANager INTERFACE EuroScope) TARGET_INCLUDE_DIRECTORIES(ArrivalMANager INTERFACE EuroScope)
TARGET_LINK_LIBRARIES(ArrivalMANager EuroScope libcurl GSL Shlwapi) TARGET_LINK_LIBRARIES(ArrivalMANager EuroScope libcurl GSL Shlwapi)
TARGET_LINK_LIBRARIES(ArrivalMANager cppzmq protobuf jsoncpp GeographicLib) TARGET_LINK_LIBRARIES(ArrivalMANager cppzmq protobuf jsoncpp GeographicLib Eigen)
# configure the debugger and update the linker flags # configure the debugger and update the linker flags
IF(MSVC) IF(MSVC)