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