summaryrefslogtreecommitdiffstats
path: root/Tests/MissingSourceFile/CMakeLists.txt
blob: 6b1ab234df86c758e5924fea8ec677231ef4b5c0 (plain)
1
2
3
cmake_minimum_required(VERSION 3.10)
project(MissingSourceFile C)
add_executable(MissingSourceFile DoesNotExist/MissingSourceFile.c)