based/examples/HelloWorld/CMakeLists.txt
2023-11-20 15:56:38 +01:00

5 lines
94 B
CMake

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