Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
CTestTestFailure
/
CMakeLists.txt
blob: 01fbb2c4f3a930d8e6243a14528748c70264e362 [
file
] [
log
] [
blame
]
cmake_minimum_required (VERSION 2.6)
project(CTestTestFailure)
include(CTest)
add_executable (NoBuild badCode.cxx)
target_link_libraries (NoBuild ${EXTRA_LIBS})
add_test (TestNoExe NoBuild)