add GSL as a development dependency

Este commit está contenido en:
Sven Czarnian
2021-08-10 08:38:48 +02:00
padre 2a0dad3c7b
commit 557c781fa6
Se han modificado 12 ficheros con 4905 adiciones y 0 borrados

Ver fichero

@@ -38,6 +38,10 @@ ADD_LIBRARY(cppzmq INTERFACE)
TARGET_INCLUDE_DIRECTORIES(cppzmq INTERFACE "${CMAKE_SOURCE_DIR}/external/include")
ADD_DEPENDENCIES(cppzmq libzmq)
# define the import target of GSL
ADD_LIBRARY(GSL INTERFACE)
TARGET_INCLUDE_DIRECTORIES(GSL INTERFACE "${CMAKE_SOURCE_DIR}/external/include")
# define the import target of protobuf
ADD_LIBRARY(protobuf STATIC IMPORTED)
IF (MSVC)