mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-01 09:31:11 +02:00
Updated Getting the source code (markdown)
@@ -8,7 +8,7 @@ Just under the Downloads button you can also find the urls for pulling the code
|
||||
|
||||
## Where to put it?
|
||||
|
||||
CATCH is header only (there are some project files and cpp files for self test in there too, at the moment - just ignore those for now. So all you need to do is drop the files somewhere reachable from your project. The simplest way is to make a folder called catch, under your project's root source folder and place them there.
|
||||
CATCH is header only (there are some project files and cpp files for self test in there too, at the moment - just ignore those for now). So all you need to do is drop the files somewhere reachable from your project. The simplest way is to make a folder called catch, under your project's root source folder and place them there.
|
||||
|
||||
The rest of this tutorial will assume that the CATCH root folder is available unqualified - but you may need to prefix it with a folder name if necessary.
|
||||
|
||||
|
Reference in New Issue
Block a user