mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 15:40:45 +01:00
[4.3.4] Revert CMakeLists.txt mistake for mmaps
this revert 401527c
because when I select "tools" in cmake, mmaps_generator isn't in project and can't compile
i didnt select meshextractor, only tools in cmake
meshextractor have problem during compile with library
This commit is contained in:
@@ -11,9 +11,7 @@
|
||||
add_subdirectory(map_extractor)
|
||||
add_subdirectory(vmap4_assembler)
|
||||
add_subdirectory(vmap4_extractor)
|
||||
|
||||
#if (WITH_MESHEXTRACTOR)
|
||||
# add_subdirectory(mesh_extractor)
|
||||
#else()
|
||||
# add_subdirectory(mmaps_generator)
|
||||
#endif()
|
||||
add_subdirectory(mmaps_generator)
|
||||
if (WITH_MESHEXTRACTOR)
|
||||
add_subdirectory(mesh_extractor)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user