From af3ea4fac81a2b43ec40ca1c6c40a0cdf1577f48 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 5 Sep 2010 18:42:04 +0200 Subject: Buildsystem/Scripts: Include examples as part of compilation (forgot that they are referenced in the ScriptLoader) --HG-- branch : trunk --- src/server/scripts/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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} -- cgit v1.2.3