Explorar el Código

add the helper

Sven Czarnian hace 3 años
padre
commit
92bf63bf45
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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