libuhttpd/example/CMakeLists.txt

7 lines
168 B
CMake
Executable File

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