Browse Source

add the helper

Sven Czarnian 3 years ago
parent
commit
92bf63bf45
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/CMakeLists.txt

+ 2 - 0
src/CMakeLists.txt

@@ -62,7 +62,9 @@ SET(INCLUDE_CONFIG_FILES
 )
 
 SET(INCLUDE_HELPER_FILES
+    ${CMAKE_SOURCE_DIR}/include/aman/helper/Math.h
     ${CMAKE_SOURCE_DIR}/include/aman/helper/String.h
+    ${CMAKE_SOURCE_DIR}/include/aman/helper/UtcTime.h
 )
 
 SET(INCLUDE_TYPES_FILES