libuhttpd/example/CMakeLists.txt

3 lines
80 B
CMake
Raw Normal View History

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