summaryrefslogtreecommitdiff
path: root/app/v3_c/src/CMakeLists.txt
blob: 4a85291b2361c7264fd6ade0cd0c7f29ea14f7dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set(SRC_COMMON utils.c)

# configure a header file to pass some of the CMake settings
# to the source code
configure_file (
        "myhttpd.h.in"
        "${PROJECT_BINARY_DIR}/myhttpd.h"
)

add_executable(myhttpd myhttpd.c process.c ${SRC_COMMON} )
#target_link_libraries(netlem SDL SDL_net SDL_image)