summaryrefslogtreecommitdiff
path: root/utils/CMakeLists.txt
blob: 52010c6cfa8e72e9e9d2ef091229b92667dfe210 (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})