3 lines
80 B
CMake
3 lines
80 B
CMake
|
add_executable(helloworld helloworld.c)
|
||
|
target_link_libraries(helloworld uhttp)
|