5 lines
111 B
CMake
5 lines
111 B
CMake
enable_language(C)
|
|
add_executable(hello hello.c)
|
|
include(CheckOutput.cmake)
|
|
include(CheckNoPrefixSubDir.cmake)
|