Browse Source

add some spacings

Sven Czarnian 4 years ago
parent
commit
93c02cac91
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/CMakeLists.txt

+ 5 - 0
src/CMakeLists.txt

@@ -16,24 +16,29 @@ SET(SOURCE_FILES
     stdafx.cpp
     stdafx.cpp
     stdafx.h
     stdafx.h
 )
 )
+
 SET(SOURCE_CONFIG_FILES
 SET(SOURCE_CONFIG_FILES
     config/CommunicationFileFormat.cpp
     config/CommunicationFileFormat.cpp
     config/FileFormat.cpp
     config/FileFormat.cpp
     config/IdentifierFileFormat.cpp
     config/IdentifierFileFormat.cpp
 )
 )
+
 SET(SOURCE_FILES_RES
 SET(SOURCE_FILES_RES
     ${CMAKE_BINARY_DIR}/ArrivalMANager.rc
     ${CMAKE_BINARY_DIR}/ArrivalMANager.rc
     ${CMAKE_SOURCE_DIR}/res/resource.h
     ${CMAKE_SOURCE_DIR}/res/resource.h
     ${CMAKE_SOURCE_DIR}/res/targetver.h
     ${CMAKE_SOURCE_DIR}/res/targetver.h
 )
 )
+
 SET(INCLUDE_CONFIG_FILES
 SET(INCLUDE_CONFIG_FILES
     ${CMAKE_SOURCE_DIR}/include/aman/config/CommunicationFileFormat.h
     ${CMAKE_SOURCE_DIR}/include/aman/config/CommunicationFileFormat.h
     ${CMAKE_SOURCE_DIR}/include/aman/config/FileFormat.h
     ${CMAKE_SOURCE_DIR}/include/aman/config/FileFormat.h
     ${CMAKE_SOURCE_DIR}/include/aman/config/IdentifierFileFormat.h
     ${CMAKE_SOURCE_DIR}/include/aman/config/IdentifierFileFormat.h
 )
 )
+
 SET(INCLUDE_HELPER_FILES
 SET(INCLUDE_HELPER_FILES
     ${CMAKE_SOURCE_DIR}/include/aman/helper/String.h
     ${CMAKE_SOURCE_DIR}/include/aman/helper/String.h
 )
 )
+
 SET(INCLUDE_TYPES_FILES
 SET(INCLUDE_TYPES_FILES
     ${CMAKE_SOURCE_DIR}/include/aman/types/Communication.h
     ${CMAKE_SOURCE_DIR}/include/aman/types/Communication.h
 )
 )