libuhttpd/example/CMakeLists.txt

3 lines
80 B
CMake
Executable File

add_executable(helloworld helloworld.c)
target_link_libraries(helloworld uhttp)