add the communication file format
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user