summaryrefslogtreecommitdiff
path: root/Tests/MissingSourceFile/CMakeLists.txt
blob: b4f00333fc6e43435a0c0c3a83c838dfa199880a (plain)
1
2
3
cmake_minimum_required(VERSION 2.8.12)
project(MissingSourceFile C)
add_executable(MissingSourceFile DoesNotExist/MissingSourceFile.c)