add compile cpp files for resources

master
Harald Pichler 2017-11-17 13:04:38 +01:00
parent a44c16a426
commit 2247c673fc
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ REST_RESOURCES_DIR_COMMON = ../resources-common
REST_RESOURCES_FILES= $(notdir \
$(shell find $(REST_RESOURCES_DIR) -name '*.c') \
$(shell find $(REST_RESOURCES_DIR_COMMON) -name '*.c') \
$(shell find $(REST_RESOURCES_DIR) -name '*.cpp') \
$(shell find $(REST_RESOURCES_DIR_COMMON) -name '*.cpp') \
)
PROJECTDIRS += $(REST_RESOURCES_DIR) $(REST_RESOURCES_DIR_COMMON)