add an helper class to process strings
This commit is contained in:
@@ -19,12 +19,16 @@ SET(SOURCE_FILES_RES
|
||||
${CMAKE_SOURCE_DIR}/res/resource.h
|
||||
${CMAKE_SOURCE_DIR}/res/targetver.h
|
||||
)
|
||||
SET(INCLUDE_HELPER_FILES
|
||||
${CMAKE_SOURCE_DIR}/include/aman/helper/String.h
|
||||
)
|
||||
|
||||
# define the plug in
|
||||
ADD_LIBRARY(
|
||||
ArrivalMANager SHARED
|
||||
${SOURCE_FILES_RES}
|
||||
${SOURCE_FILES}
|
||||
${INCLUDE_HELPER_FILES}
|
||||
)
|
||||
|
||||
# define the dependencies
|
||||
@@ -46,3 +50,4 @@ ENDIF()
|
||||
|
||||
SOURCE_GROUP("Source Files" FILES ${SOURCE_FILES})
|
||||
SOURCE_GROUP("Source Files\\res" FILES ${SOURCE_FILES_RES})
|
||||
SOURCE_GROUP("Header Files\\helper" FILES ${INCLUDE_HELPER_FILES})
|
||||
|
||||
Reference in New Issue
Block a user