summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKozlov Dmitry <dima@server>2010-10-15 16:52:27 +0400
committerKozlov Dmitry <dima@server>2010-10-15 18:18:35 +0400
commitd32cf13525153b9bb961a72cded215e9866e78bd (patch)
treed5d465a5729c87843894f6eb0c91361183f93e56 /CMakeLists.txt
parenta7beba7a9253b002c3be1fdd54420422a79cf96e (diff)
downloadaccel-ppp-d32cf13525153b9bb961a72cded215e9866e78bd.tar.gz
accel-ppp-d32cf13525153b9bb961a72cded215e9866e78bd.zip
implemented timerfd for glibc-2.7 or earlier (debian lenny is now welcome)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b785ec1..ee7017f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-PROJECT (accel-pptpd)
+PROJECT (accel-pptpd C)
cmake_minimum_required(VERSION 2.6)
ADD_SUBDIRECTORY(accel-pptpd)