aboutsummaryrefslogtreecommitdiff
path: root/dep/CMakeLists.txt
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2012-02-20 19:12:05 +0100
committerShauren <shauren.trinity@gmail.com>2012-02-20 19:12:05 +0100
commitb1e4a1b14f43aa72c750dfb0b3b652d70863c892 (patch)
treef42c64d18953a166420e0078d4a8a5ef9790b69a /dep/CMakeLists.txt
parent39f96656ab1a559e7fe2f9116fdb2126352d4a2e (diff)
Core/Tools: Replaced libmpq with StormLib and made map extractor use it, you can now extract 4.2.2 dbcs with it (still not maps)
TODO: Update ADT structure
Diffstat (limited to 'dep/CMakeLists.txt')
-rw-r--r--dep/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt
index 9c13ad59bc5..ce80d43b0c1 100644
--- a/dep/CMakeLists.txt
+++ b/dep/CMakeLists.txt
@@ -40,5 +40,5 @@ if(SERVERS)
endif()
if(TOOLS)
- add_subdirectory(libmpq)
+ add_subdirectory(StormLib)
endif()