summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-09-06 00:24:57 +0300
committerAndrei Karas <akaras@inbox.ru>2017-09-06 00:24:57 +0300
commitf82a8240b7f160e1a171871b3596cc13cabc34b2 (patch)
tree058fb0d37e7fbbb76e74921454834b02899a9a19 /src/CMakeLists.txt
parent471ebb87308b318d8b04f773954d2be4f49f080d (diff)
downloadplus-f82a8240b7f160e1a171871b3596cc13cabc34b2.tar.gz
plus-f82a8240b7f160e1a171871b3596cc13cabc34b2.tar.bz2
plus-f82a8240b7f160e1a171871b3596cc13cabc34b2.tar.xz
plus-f82a8240b7f160e1a171871b3596cc13cabc34b2.zip
Move dyecmd separate sources from dyetool into progs/dyecmd directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
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