Another cmakelists.txt fix

--HG--
branch : trunk
This commit is contained in:
Tartalo
2010-06-06 14:13:53 +02:00
parent e4513dd0cb
commit e68072befe

View File

@@ -594,5 +594,5 @@ add_library(scripts STATIC ${scripts_STAT_SRCS})
# Generate precompiled header
IF(DO_PCH AND CMAKE_COMPILER_IS_GNUCXX)
ADD_PRECOMPILED_HEADER(scripts ${CMAKE_SOURCE_DIR}/src/game/ScriptedPch.h)
ADD_PRECOMPILED_HEADER(scripts ${CMAKE_SOURCE_DIR}/src/game/ScriptMgr/ScriptedPch.h)
ENDIF(DO_PCH AND CMAKE_COMPILER_IS_GNUCXX)