aboutsummarylogtreecommitdiffstats
path: root/dfhack-twbt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dfhack-twbt.patch')
-rw-r--r--dfhack-twbt.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/dfhack-twbt.patch b/dfhack-twbt.patch
new file mode 100644
index 000000000000..7c4a8e93cc5f
--- /dev/null
+++ b/dfhack-twbt.patch
@@ -0,0 +1,12 @@
+--- CMakeLists.custom.txt.old 2016-02-21 00:27:31.328461633 -0500
++++ CMakeLists.custom.txt 2016-02-21 00:28:19.798459722 -0500
+@@ -1,3 +1,9 @@
+ # You can add custom plugins here to avoid touching plugins/CMakeLists.txt,
+ # This can be useful if you've made modifications to that file and try to
+ # switch between branches that have also made modifications to it.
++
++OPTION(BUILD_TWBT "Build df-twbt." ON)
++if(BUILD_TWBT)
++ add_subdirectory (df-twbt)
++endif()
++