7af41c3492
Teach the MissingSourceFile test to verify that the directory portion of a missing source file is mentioned in the error message.
4 lines
132 B
CMake
4 lines
132 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(MissingSourceFile C)
|
|
add_executable(MissingSourceFile DoesNotExist/MissingSourceFile.c)
|