From 8823a91cdc2449f39e6f730267450c2c6c40dc4b Mon Sep 17 00:00:00 2001 From: click Date: Sun, 5 Sep 2010 17:19:41 +0200 Subject: 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 /CmakeLists.txt --HG-- branch : trunk --- src/server/scripts/Examples/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/server/scripts/Examples/CMakeLists.txt (limited to 'src/server/scripts/Examples') 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") -- cgit v1.2.3