libuhttpd/example/CMakeLists.txt

3 lines
81 B
CMake
Executable File

add_executable(helloworld helloworld.c)
target_link_libraries(helloworld uhttpd)