summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-13 19:37:50 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-13 19:39:33 +0300
commit8a7279daea883f86c2a500c368d252394faeea5b (patch)
tree02ca51df41ebe0c0acb3de0cf985f8407fcd68b4 /src/CMakeLists.txt
parent909054f9606fa2c1c9825e3cf2e025df2e3710a1 (diff)
downloadplus-8a7279daea883f86c2a500c368d252394faeea5b.tar.gz
plus-8a7279daea883f86c2a500c368d252394faeea5b.tar.bz2
plus-8a7279daea883f86c2a500c368d252394faeea5b.tar.xz
plus-8a7279daea883f86c2a500c368d252394faeea5b.zip
Move nacl messages related functions into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6501974bb..3c6346036 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -797,6 +797,8 @@ SET(SRCS
utils/timer.cpp
utils/timer.h
utils/mutex.h
+ utils/naclmessages.cpp
+ utils/naclmessages.h
utils/mkdir.cpp
utils/mkdir.h
utils/xml.cpp