mirror of
https://github.com/reactos/CMake.git
synced 2024-12-14 23:29:57 +00:00
674dc0b335
CPackConfig.cmake file generation from CMake test suite. Currently it contains only a simple test without special characters in variable value. Test is not part of RunCMake/CPack as those tests are expected to be run for a specified generator.
7 lines
111 B
CMake
7 lines
111 B
CMake
cmake_minimum_required(VERSION 3.3)
|
|
|
|
project(${RunCMake_TEST})
|
|
include(${RunCMake_TEST}.cmake)
|
|
|
|
include(CPack)
|