summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-05-24 21:54:15 -0400
committerAdam <Adam@anope.org>2012-05-24 21:54:15 -0400
commit38d5f20deba313355943883b7b539a82f7a701ee (patch)
treeacf8a422c82d760d666a5aa35abec90a17cc7905 /CMakeLists.txt
parent70fb5900a2cc8eb00d1d25b39bd137488e845338 (diff)
Added a ./Config option for using precompiled headers
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 737754006..a1a5c9b6b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -218,6 +218,7 @@ find_package(Gettext)
# Add an optional variable for using run-cc.pl for building, Perl will be checked later regardless of this setting
option(USE_RUN_CC_PL "Use run-cc.pl for building" OFF)
+option(USE_PCH "Use precompiled headers" OFF)
# Use the following directories as includes
# Note that it is important the binary include directory comes before the