Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/GSL.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgalik <galik@localhost>2016-08-09 17:04:58 +0300
committergalik <galik@localhost>2016-08-09 17:04:58 +0300
commitf6cc5798a17daccf806bbc402a67c92d1a205091 (patch)
tree4e92691922c3fbbed643f05081a82f3e1c596a01 /CMakeLists.txt
parentefeb557bf113c663261468f442d97cc656d05405 (diff)
Renamed include/ folder to gsl/ to make including the library consistent
whether using it from the development folder, from the installation folder or from being copied into a project. #include <gsl/gsl.h> Updated headers/tests/instructions/cmake build accordingly This PR should address https://github.com/Microsoft/GSL/issues/277 (less the renaming of gsl itself)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7397fe2..ba85857 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,10 +3,10 @@ cmake_minimum_required(VERSION 2.8.7)
project(GSL CXX)
set(GSL_HEADERS
- "include/gsl.h"
- "include/gsl_assert.h"
- "include/span.h"
- "include/string_span.h"
+ "gsl/gsl.h"
+ "gsl/gsl_assert.h"
+ "gsl/span.h"
+ "gsl/string_span.h"
)
include_directories(