mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-13 11:34:07 -04:00
7 lines
131 B
CMake
7 lines
131 B
CMake
if( WITH_SQL )
|
|
add_subdirectory(updates)
|
|
add_subdirectory(scripts)
|
|
add_subdirectory(base)
|
|
add_subdirectory(create)
|
|
endif()
|