소스 검색

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)