diff options
author | Shauren <shauren.trinity@gmail.com> | 2015-05-07 00:07:44 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2015-05-07 00:07:44 +0200 |
commit | ed75b0649add23e082976fa4e5d504bc0c312602 (patch) | |
tree | 210373263be414f5acd3963226b1b2a8ce0fe8dd /dep/CMakeLists.txt | |
parent | f432821da6b8958b51cfe8ae61696e61bdf6e47c (diff) |
Tools: Modified output files of all extractors to use 4 characters for map id and changed name format of map files to include a separator between values '_' that makes tokenization possible
* This fixes generating mmaps for maps with id >= 1000
* Fixed a crash happening when unloading last phased mmap tile
* Removed remaining references to libmpq in CMakeLists
Reextracting maps/vmaps/mmaps IS REQUIRED after this commit
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r-- | dep/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 409500a92f6..e5fc80154bc 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -32,10 +32,10 @@ endif() if(SERVERS OR TOOLS) add_subdirectory(g3dlite) add_subdirectory(recastnavigation) + add_subdirectory(cppformat) endif() if(SERVERS) - add_subdirectory(cppformat) add_subdirectory(gsoap) add_subdirectory(zmqpp) endif() |