mirror of
https://github.com/reactos/CMake.git
synced 2024-12-13 22:58:41 +00:00
39baf728b7
Add RunCMake.add_custom_command and RunCMake.add_custom_target tests to cover the error messages for these commands.
4 lines
99 B
CMake
4 lines
99 B
CMake
cmake_minimum_required(VERSION 3.1)
|
|
project(${RunCMake_TEST} NONE)
|
|
include(${RunCMake_TEST}.cmake)
|