Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
MissingSourceFile
/
CMakeLists.txt
blob: a7206c897e7f0038f84ba869a515c0fc0a941352 [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 2.8)
project(MissingSourceFile C)
add_executable(MissingSourceFile DoesNotExist/MissingSourceFile.c)