libuhttpd/example/CMakeLists.txt

3 lines
81 B
CMake
Raw Normal View History

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