blob: db14b3d9248e8bbac14dceb65be19e90a19e00a6 [file] [log] [blame]
cmake_minimum_required (VERSION 2.8.12)
project(CTestTestFailure)
include(CTest)
add_executable (NoBuild badCode.cxx)
target_link_libraries (NoBuild ${EXTRA_LIBS})
add_test (TestNoExe NoBuild)