add GSL as a development dependency

This commit is contained in:
Sven Czarnian
2021-08-10 08:38:48 +02:00
parent 2a0dad3c7b
commit 557c781fa6
12 changed files with 4905 additions and 0 deletions

View File

@@ -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)