CMake/BuildSystem: Add ACE to the VS solution also when only building tools (its needed by the mmaps_generator)

This commit is contained in:
Subv
2012-08-28 20:22:50 -05:00
parent fa590d006e
commit 52389e8ef0

View File

@@ -21,11 +21,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux")
endif()
if(CMAKE_SYSTEM_NAME MATCHES "Windows")
if(SERVERS)
add_subdirectory(acelite)
if(USE_MYSQL_SOURCES)
add_subdirectory(acelite)
if(SERVERS AND USE_MYSQL_SOURCES)
add_subdirectory(mysqllite)
endif()
endif()
if(TOOLS)
add_subdirectory(bzip2)