Files
azerothcore-wotlk/modules/acore/CMakeLists.txt
Yehonal c1a76e07ff Another big repo refactoring, should be latest
I've restored old paths for scripts and flattened the src structure
2016-08-12 02:40:23 +02:00

18 lines
328 B
CMake

CU_RUN_HOOK("BEFORE_ACORE_LOAD")
add_subdirectory(deps)
if( SERVERS )
add_subdirectory(framework)
add_subdirectory(world-engine/collision)
else()
if( TOOLS )
add_subdirectory(extractors)
add_subdirectory(world-engine/collision)
add_subdirectory(framework)
endif()
endif()
CU_RUN_HOOK("AFTER_ACORE_LOAD")