aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Examples
diff options
context:
space:
mode:
authorclick <none@none>2010-09-05 17:19:41 +0200
committerclick <none@none>2010-09-05 17:19:41 +0200
commit8823a91cdc2449f39e6f730267450c2c6c40dc4b (patch)
tree7aed7c11a711862b1f2019dd446dd5f0f82b0d61 /src/server/scripts/Examples
parent43e4e1f786cfaa5c7cbaaa6c754c7a97b2105907 (diff)
BuildSystem/ALL: Remove unused custom code (most are duplicated as in examples)
+ remove fileglobbing for scripts (less error-prone) + Create proper lists per "scriptsection" NOTE! This change requires new files (cpp/h) to be MANUALLY ADDED to <type>/CmakeLists.txt --HG-- branch : trunk
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r--src/server/scripts/Examples/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/server/scripts/Examples/CMakeLists.txt b/src/server/scripts/Examples/CMakeLists.txt
new file mode 100644
index 00000000000..2808ec0bfaf
--- /dev/null
+++ b/src/server/scripts/Examples/CMakeLists.txt
@@ -0,0 +1,10 @@
+set(scripts_STAT_SRCS
+ ${scripts_STAT_SRCS}
+ Examples/example_misc.cpp
+ Examples/example_gossip_codebox.cpp
+ Examples/example_escort.cpp
+ Examples/example_creature.cpp
+ Examples/example_spell.cpp
+)
+
+message(" -> Prepared: Examples")