浏览代码

add GSL as a dependency

Sven Czarnian 3 年之前
父节点
当前提交
5543d28bbf
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)