mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
25f913e200
Catch was being installed to the root of the cmake project. This violated the source code tree itself and would not work at all if GSL was being consumed with add_subdirectory. CMake will now install catch to the build tree under /dependencies.
17 lines
177 B
Plaintext
17 lines
177 B
Plaintext
CMakeFiles
|
|
build
|
|
tests/CMakeFiles
|
|
tests/Debug
|
|
*.opensdf
|
|
*.sdf
|
|
tests/*tests.dir
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.sln
|
|
*.tlog
|
|
Testing/Temporary/*.*
|
|
CMakeCache.txt
|
|
*.suo
|
|
.vs/
|
|
.vscode/
|