|
@@ -30,6 +30,9 @@ SET(INCLUDE_CONFIG_FILES
|
|
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
|
|
|
|
+ ${CMAKE_SOURCE_DIR}/include/aman/types/Communication.h
|
|
|
|
+)
|
|
|
|
|
|
# define the plug in
|
|
# define the plug in
|
|
ADD_LIBRARY(
|
|
ADD_LIBRARY(
|
|
@@ -63,3 +66,4 @@ SOURCE_GROUP("Source Files\\config" FILES ${SOURCE_CONFIG_FILES})
|
|
SOURCE_GROUP("Source Files\\res" FILES ${SOURCE_FILES_RES})
|
|
SOURCE_GROUP("Source Files\\res" FILES ${SOURCE_FILES_RES})
|
|
SOURCE_GROUP("Header Files\\config" FILES ${INCLUDE_CONFIG_FILES})
|
|
SOURCE_GROUP("Header Files\\config" FILES ${INCLUDE_CONFIG_FILES})
|
|
SOURCE_GROUP("Header Files\\helper" FILES ${INCLUDE_HELPER_FILES})
|
|
SOURCE_GROUP("Header Files\\helper" FILES ${INCLUDE_HELPER_FILES})
|
|
|
|
+SOURCE_GROUP("Header Files\\types" FILES ${INCLUDE_TYPES_FILES})
|