diff options
author | click <none@none> | 2010-09-05 18:42:04 +0200 |
---|---|---|
committer | click <none@none> | 2010-09-05 18:42:04 +0200 |
commit | af3ea4fac81a2b43ec40ca1c6c40a0cdf1577f48 (patch) | |
tree | d25314bfab9cc40f96cf5ba8d16ef29eac0e2336 | |
parent | 73d72c8af788bf4f7a6071ea096a4235c0fe594b (diff) |
Buildsystem/Scripts: Include examples as part of compilation (forgot that they are referenced in the ScriptLoader)
--HG--
branch : trunk
-rw-r--r-- | src/server/scripts/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/server/scripts/CMakeLists.txt b/src/server/scripts/CMakeLists.txt index 2be330faf3a..0231a0ad1fd 100644 --- a/src/server/scripts/CMakeLists.txt +++ b/src/server/scripts/CMakeLists.txt @@ -25,8 +25,7 @@ endif() message(STATUS "SCRIPT PREPARATIONS") include(Spells/CMakeLists.txt) -# Disabled, examples are not used in core -#include(Examples/CMakeLists.txt) +include(Examples/CMakeLists.txt) set(scripts_STAT_SRCS ${scripts_STAT_SRCS} |