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-04-23 18:16:01 +0400
committerambrop7 <ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140>2011-04-23 18:16:01 +0400
commit5a18e78a933e7de1cc118d489de113ace6c0ece5 (patch)
tree237d8729ea5d7b3aa740f51bb9c490a7a7818131 /CMakeLists.txt
parent28ae1c47f63e80ab90faba834d2d62addcd93b58 (diff)
inputprocess: actually build it
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 5cf3234..953ee5b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -144,6 +144,7 @@ add_subdirectory(stringmap)
if (NOT WIN32)
add_subdirectory(ipc)
add_subdirectory(process)
+ add_subdirectory(inputprocess)
endif ()
# example programs