diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-24 17:34:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-24 17:34:08 +0300 |
commit | 2444c4f0d666ceb4ca6512edcc1b2e340a146bd7 (patch) | |
tree | a53b82e8b10c20a63116400c77185688b98ac12b /src/CMakeLists.txt | |
parent | ff7aeb6fb2b38d0a18defd06c2787a0784bc7d62 (diff) | |
download | plus-2444c4f0d666ceb4ca6512edcc1b2e340a146bd7.tar.gz plus-2444c4f0d666ceb4ca6512edcc1b2e340a146bd7.tar.bz2 plus-2444c4f0d666ceb4ca6512edcc1b2e340a146bd7.tar.xz plus-2444c4f0d666ceb4ca6512edcc1b2e340a146bd7.zip |
Move type Trading into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0e74b937a..edead124a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1065,6 +1065,7 @@ SET(SRCS enums/simpletypes/showcenter.h enums/simpletypes/simpledefines.h enums/simpletypes/simpletypes.h + enums/simpletypes/trading.h statuseffect.cpp statuseffect.h render/surfacegraphics.cpp |