a6b5ead62f
Previously we reported only the CMakeLists.txt file in the directory that adds the target.
4 lines
119 B
CMake
4 lines
119 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(MissingSourceFile C)
|
|
add_executable(MissingSourceFile MissingSourceFile.c)
|