add the communication file format

This commit is contained in:
Sven Czarnian
2021-08-10 08:42:53 +02:00
parent 3c4acffbb9
commit 272fb3aab0
3 changed files with 164 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ SET(SOURCE_FILES
stdafx.h
)
SET(SOURCE_CONFIG_FILES
config/CommunicationFileFormat.cpp
config/FileFormat.cpp
config/IdentifierFileFormat.cpp
)
@@ -24,6 +25,7 @@ SET(SOURCE_FILES_RES
${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
)
@@ -42,6 +44,7 @@ ADD_LIBRARY(
${SOURCE_FILES}
${INCLUDE_CONFIG_FILES}
${INCLUDE_HELPER_FILES}
${INCLUDE_TYPES_FILES}
)
# define the dependencies