summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authoreportnov <eportnov@ibs.ru>2022-10-03 11:37:47 +0300
committereportnov <eportnov@ibs.ru>2022-10-03 11:37:47 +0300
commite41b247e61ce4d4cc96badab3a14bf413e4f46f2 (patch)
treef68d57d9b472cbe1186f235034b97a1be75cac08 /CMakeLists.txt
parent7e2843c706c1a6e033662c45957a76e01d167438 (diff)
downloadobmc-sila-smtp-e41b247e61ce4d4cc96badab3a14bf413e4f46f2.tar.xz
refactoring
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt14
1 files changed, 6 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b8e15b..270cfb4 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -134,14 +134,12 @@ set(SRC_FILES
${FILE_DIR}/settings.hpp
${FILE_DIR}/settings.cpp
- ${CONVERTER_DIR}/full.hpp
- ${CONVERTER_DIR}/full.cpp
- ${CONVERTER_DIR}/settings.hpp
- ${CONVERTER_DIR}/settings.cpp
- ${CONVERTER_DIR}/file.hpp
- ${CONVERTER_DIR}/file.cpp
- ${CONVERTER_DIR}/string.hpp
- ${CONVERTER_DIR}/string.cpp
+ ${CONVERTER_DIR}/struct_to_file.hpp
+ ${CONVERTER_DIR}/struct_to_file.cpp
+ ${CONVERTER_DIR}/file_to_struct.hpp
+ ${CONVERTER_DIR}/file_to_struct.cpp
+ ${CONVERTER_DIR}/struct_to_string.hpp
+ ${CONVERTER_DIR}/struct_to_string.cpp
${PARSER_DIR}/settings.hpp
${PARSER_DIR}/settings.cpp