mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
6 lines
184 B
CMake
6 lines
184 B
CMake
cmake_minimum_required(VERSION 2.8)
|
|
project(CPackTestAllGenerators)
|
|
add_subdirectory(../CTestTest/SmallAndFast SmallAndFast)
|
|
install(FILES RunCPack.cmake DESTINATION .)
|
|
include(CPack)
|