From 1a6a12a8b3310400a103e0048b7ed747fc479398 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 13 May 2015 20:59:09 +0300 Subject: Add initial support for custom stack class. In some tests it 3 times faster in push than std::stack. --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a91fe48cb..1ce5f211b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -651,6 +651,7 @@ SET(SRCS resources/mapreader.h resources/modinfo.cpp resources/modinfo.h + resources/mstack.h resources/notificationinfo.h resources/notifications.h enums/resources/notifyflags.h -- cgit v1.2.3-60-g2f50