diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-09-06 00:24:57 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-09-06 00:24:57 +0300 |
commit | f82a8240b7f160e1a171871b3596cc13cabc34b2 (patch) | |
tree | 058fb0d37e7fbbb76e74921454834b02899a9a19 /src/CMakeLists.txt | |
parent | 471ebb87308b318d8b04f773954d2be4f49f080d (diff) | |
download | ManaVerse-f82a8240b7f160e1a171871b3596cc13cabc34b2.tar.gz ManaVerse-f82a8240b7f160e1a171871b3596cc13cabc34b2.tar.bz2 ManaVerse-f82a8240b7f160e1a171871b3596cc13cabc34b2.tar.xz ManaVerse-f82a8240b7f160e1a171871b3596cc13cabc34b2.zip |
Move dyecmd separate sources from dyetool into progs/dyecmd 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 da2fc507f..62ba63ffd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1710,7 +1710,7 @@ SET(DYE_CMD_SRCS gui/color.h events/event.h gui/rect.h - dyetool/dyemain.cpp + progs/dyecmd/dyemain.cpp resources/sprite/animatedsprite.cpp resources/sprite/animatedsprite.h resources/sprite/animationdelayload.cpp |