based/tests/HelloWorld/CMakeLists.txt

5 lines
94 B
CMake

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