mirror of
https://github.com/microsoft/GSL.git
synced 2026-03-06 14:04:03 +01: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 <multi_span.h>
|
||||
#include <gsl/multi_span.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <list>
|
||||
|
||||
Reference in New Issue
Block a user