summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-04-09 16:03:28 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-04-09 16:03:28 -0400
commitcb839e58e268c125fd3e6dd704370b4d0bde3cf8 (patch)
tree83bf15737450bf2c5a00ae392092d77c347321db /CMakeLists.txt
parentce9e1a24c5ae67abbee16d02a43e42903ad644af (diff)
downloadsigen-cb839e58e268c125fd3e6dd704370b4d0bde3cf8.tar.gz
sigen-cb839e58e268c125fd3e6dd704370b4d0bde3cf8.tar.xz
sigen-cb839e58e268c125fd3e6dd704370b4d0bde3cf8.zip
Move the plugins out of sigencore
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 a7a61508..3a4e721a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,6 +44,7 @@ add_subdirectory(sigmod)
macro_optional_add_subdirectory(sigmodr)
add_subdirectory(sigscript)
add_subdirectory(sigencore)
+macro_optional_add_subdirectory(plugins)
add_subdirectory(sigtools)
macro_optional_add_subdirectory(sigbattle)
macro_optional_add_subdirectory(signet)