summaryrefslogtreecommitdiff
path: root/lib/mods/theme/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mods/theme/CMakeLists.txt')
-rw-r--r--lib/mods/theme/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/mods/theme/CMakeLists.txt b/lib/mods/theme/CMakeLists.txt
new file mode 100644
index 00000000..f1160786
--- /dev/null
+++ b/lib/mods/theme/CMakeLists.txt
@@ -0,0 +1,14 @@
+INSTALL(DIRECTORY
+ apex
+ data
+ dngn
+ edit
+ file
+ help
+ note
+ pref
+ save
+ user
+ DESTINATION ${DEFAULT_PATH}/mods/theme
+ PATTERN "delete.me" EXCLUDE
+ )