mirror of
https://github.com/reactos/CMake.git
synced 2024-11-29 06:20:23 +00:00
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)
|