summaryrefslogtreecommitdiff
path: root/utils/CMakeLists.txt
blob: 53cf0c04b57eed43134ee1b65163ea9730575f9b (plain)
1
2
3
4
5
include_directories("../libproxy")

add_executable(proxy proxy.c)
target_link_libraries(proxy libproxy)
install(TARGETS proxy RUNTIME DESTINATION ${BIN_INSTALL_DIR})