cmake/Tests/RunCMake/Ninja/Executable.cmake
2016-07-09 11:21:54 +02:00

6 lines
145 B
CMake

cmake_minimum_required(VERSION 3.5)
project(hello C)
add_executable(hello hello.c)
include(CheckOutput.cmake)
include(CheckNoPrefixSubDir.cmake)