Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
RunCMake
/
Ninja
/
Executable.cmake
blob: 4e17d68898de0dafbf5b7860b3ddfb0a49e3dd3e [
file
] [
log
] [
blame
]
cmake_minimum_required
(
VERSION
3.5
)
project
(
hello C
)
add_executable
(
hello hello
.
c
)
include
(
CheckOutput
.
cmake
)
include
(
CheckNoPrefixSubDir
.
cmake
)