cmake/Tests/CTestTestCrash/CMakeLists.txt

8 lines
138 B
CMake
Raw Normal View History

2009-10-04 10:30:41 +03:00
cmake_minimum_required (VERSION 2.6)
2013-03-16 19:13:01 +02:00
project(CTestTestCrash)
include(CTest)
2009-10-04 10:30:41 +03:00
2013-03-16 19:13:01 +02:00
add_executable (Crash crash.cxx)
2009-10-04 10:30:41 +03:00
2013-03-16 19:13:01 +02:00
add_test (TestCrash Crash)