From 5543d28bbf57b75da8e10ad22171921d21cf626a Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Tue, 10 Aug 2021 08:39:45 +0200 Subject: [PATCH] add GSL as a dependency --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9e1c9f4..83e1bf7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)