diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-18 16:09:05 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-18 16:09:05 +0300 |
commit | ff78d9fe36ec63d1b5120fb06cda1631332b7060 (patch) | |
tree | e8a3bda988af0d513c39b855799438675a7904df /src/CMakeLists.txt | |
parent | 27a54f7dfa6cd83b9f9ec7f974cd23608a38fd02 (diff) | |
download | plus-ff78d9fe36ec63d1b5120fb06cda1631332b7060.tar.gz plus-ff78d9fe36ec63d1b5120fb06cda1631332b7060.tar.bz2 plus-ff78d9fe36ec63d1b5120fb06cda1631332b7060.tar.xz plus-ff78d9fe36ec63d1b5120fb06cda1631332b7060.zip |
Move skilltypeentry into skill directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 22abd909c..8d9117699 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -765,7 +765,7 @@ SET(SRCS resources/sdlmusic.h resources/sdlscreenshothelper.cpp resources/sdlscreenshothelper.h - resources/skilltypeentry.h + resources/skill/skilltypeentry.h resources/skilltypelist.h const/net/skill.h const/resources/skill.h |