add compile cpp files for resources
This commit is contained in:
parent
a44c16a426
commit
2247c673fc
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue