Explorar o código

add GSL as a dependency

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
5543d28bbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/CMakeLists.txt

+ 1 - 1
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)