mirror of
https://github.com/microsoft/GSL
synced 2026-08-26 04:23:04 -04:00
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.
16 lines
177 B
Text
16 lines
177 B
Text
CMakeFiles
|
|
build
|
|
tests/CMakeFiles
|
|
tests/Debug
|
|
*.opensdf
|
|
*.sdf
|
|
tests/*tests.dir
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
*.sln
|
|
*.tlog
|
|
Testing/Temporary/*.*
|
|
CMakeCache.txt
|
|
*.suo
|
|
.vs/
|
|
.vscode/
|