CMake added *.c* wildcard to compile extern c files; Added calculation for absoluteHumidity

This commit is contained in:
2017-09-15 22:45:32 +02:00
parent 7a4d08ea3c
commit 4ef189b9dd
4 changed files with 98 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ add_custom_command(OUTPUT ${HUMIDITYSERVER_CODEGEN_SOURCES}
DEPENDS ${HUMIDITYSERVER_HEADERS_PATHS}
)
file(GLOB HUMIDITYSERVER_SOURCES ${PROJECT_SOURCE_DIR}/*.cpp)
file(GLOB HUMIDITYSERVER_SOURCES ${PROJECT_SOURCE_DIR}/*.c*)
list(APPEND HUMIDITYSERVER_SOURCES ${HUMIDITYSERVER_CODEGEN_SOURCES})