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