mirror of
https://github.com/hmaxnl/based.git
synced 2025-04-04 22:51:27 +02:00
5 lines
94 B
CMake
Executable File
5 lines
94 B
CMake
Executable File
# Hello World! test
|
|
|
|
add_executable(hello "main.c")
|
|
|
|
target_link_libraries(hello PUBLIC based) |