add GSL as a dependency

这个提交包含在:
Sven Czarnian
2021-08-10 08:39:45 +02:00
父节点 4de1e2fc43
当前提交 5543d28bbf

查看文件

@@ -33,7 +33,7 @@ ADD_LIBRARY(
# define the dependencies
TARGET_INCLUDE_DIRECTORIES(ArrivalMANager INTERFACE EuroScope)
TARGET_LINK_LIBRARIES(ArrivalMANager EuroScope)
TARGET_LINK_LIBRARIES(ArrivalMANager EuroScope GSL)
# configure the debugger and update the linker flags
IF(MSVC)