2018-01-05 13:46:03 +00:00
|
|
|
include_directories(${CMAKE_SOURCE_DIR}/src ${CMAKE_BINARY_DIR}/src)
|
2017-12-30 04:24:00 +00:00
|
|
|
|
2017-11-09 04:54:28 +00:00
|
|
|
add_executable(helloworld helloworld.c)
|
2018-01-05 13:46:03 +00:00
|
|
|
target_link_libraries(helloworld uhttpd ${LIBUBOX_LIBRARY})
|