This website requires JavaScript.
Explore
Help
Sign In
Edgaru089
/
SFML
Watch
1
Star
0
Fork
0
You've already forked SFML
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ade9843dd8
SFML
/
test
/
CatchMain.cpp
3 lines
54 B
C++
Raw
Normal View
History
Unescape
Escape
Restructure test source folders
2018-08-20 15:51:42 +08:00
#
define CATCH_CONFIG_MAIN
Use FetchContent to grab latest Catch2 release The key benefit here is that now we're linking against their CMake target which makes it easy to change how we depend on Catch2. We can switch from FetchContent to FindPackage to a git submodule and never have to change our code because we're depending on Catch2 in the most flexible way possible.
2021-12-10 10:08:55 +08:00
#
include
<catch2/catch.hpp>
Reference in New Issue
Copy Permalink