based/examples/HelloWorld/CMakeLists.txt

5 lines
94 B
CMake
Raw Normal View History

# Hello World! test
add_executable(hello "main.c")
target_link_libraries(hello PUBLIC based)