based/examples/HelloWorld/CMakeLists.txt
2025-02-24 12:11:30 +01:00

5 lines
94 B
CMake
Executable File

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