diff options
Diffstat (limited to 'src/server/scripts/Examples')
-rw-r--r-- | src/server/scripts/Examples/CMakeLists.txt | 10 |
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") |