mirror of
https://github.com/microsoft/GSL.git
synced 2026-05-04 03:40:54 +02:00
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)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <UnitTest++/UnitTest++.h>
|
||||
#include <gsl.h>
|
||||
#include <gsl/gsl.h>
|
||||
#include <functional>
|
||||
|
||||
using namespace gsl;
|
||||
|
||||
Reference in New Issue
Block a user