Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorambrop7 <ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140>2011-05-07 22:25:07 +0400
committerambrop7 <ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140>2011-05-07 22:25:07 +0400
commitada1041a311a7e500eb9de0e3c3870f078c8ce0c (patch)
tree31ae95aa6090e6527c68a01e3cc716672daeeba9 /CMakeLists.txt
parentdc923d511818267004fc90dde5db8167b86cd82a (diff)
add udpgw_client
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 28e2a75..f8bbf04 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -143,6 +143,7 @@ add_subdirectory(dhcpclient)
add_subdirectory(ncdconfig)
add_subdirectory(threadwork)
add_subdirectory(stringmap)
+add_subdirectory(udpgw_client)
if (NOT WIN32)
add_subdirectory(ipc)
add_subdirectory(process)