CMake added *.c* wildcard to compile extern c files; Added calculation for absoluteHumidity
This commit is contained in:
@@ -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})
|
||||
|
||||
|
Reference in New Issue
Block a user