summaryrefslogtreecommitdiff
path: root/accel-pptpd/ctrl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'accel-pptpd/ctrl/CMakeLists.txt')
-rw-r--r--accel-pptpd/ctrl/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/accel-pptpd/ctrl/CMakeLists.txt b/accel-pptpd/ctrl/CMakeLists.txt
new file mode 100644
index 00000000..97f8e0d8
--- /dev/null
+++ b/accel-pptpd/ctrl/CMakeLists.txt
@@ -0,0 +1,4 @@
+INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
+
+ADD_LIBRARY(pptp SHARED pptp.c)
+