repo.or.cz
/
catch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix error: ISO C++ forbids in-class initialization of non-const static member 'm_started'
[catch.git]
/
test_package
/
CMakeLists.txt
blob
339facbf1790ae4b2cdbfdf05863f8c6e1e46b96
1
cmake_minimum_required(VERSION 3.0)
2
project(CatchTest CXX)
3
4
include(${CMAKE_BINARY_DIR}/conanbuildinfo.cmake)
5
conan_basic_setup()
6
7
add_executable(${CMAKE_PROJECT_NAME} MainTest.cpp)