diff options
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r-- | dep/CMakeLists.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 6a836fb8bac..4778c309df9 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -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(USE_MYSQL_SOURCES) add_subdirectory(mysqllite) - endif() endif() if(TOOLS) add_subdirectory(bzip2) @@ -34,6 +32,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Windows") endif() add_subdirectory(g3dlite) +add_subdirectory(recastnavigation) if(SERVERS) add_subdirectory(gsoap) |