From 93c02cac916eb77298f2fb350a0305f79cf5ebcc Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sat, 14 Aug 2021 15:02:21 +0200 Subject: [PATCH] add some spacings --- src/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5d0db1a..81ca819 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -16,24 +16,29 @@ SET(SOURCE_FILES stdafx.cpp stdafx.h ) + SET(SOURCE_CONFIG_FILES config/CommunicationFileFormat.cpp config/FileFormat.cpp config/IdentifierFileFormat.cpp ) + SET(SOURCE_FILES_RES ${CMAKE_BINARY_DIR}/ArrivalMANager.rc ${CMAKE_SOURCE_DIR}/res/resource.h ${CMAKE_SOURCE_DIR}/res/targetver.h ) + SET(INCLUDE_CONFIG_FILES ${CMAKE_SOURCE_DIR}/include/aman/config/CommunicationFileFormat.h ${CMAKE_SOURCE_DIR}/include/aman/config/FileFormat.h ${CMAKE_SOURCE_DIR}/include/aman/config/IdentifierFileFormat.h ) + SET(INCLUDE_HELPER_FILES ${CMAKE_SOURCE_DIR}/include/aman/helper/String.h ) + SET(INCLUDE_TYPES_FILES ${CMAKE_SOURCE_DIR}/include/aman/types/Communication.h )