From 2247c673fcddf103e967e36f777af32edee59289 Mon Sep 17 00:00:00 2001 From: Harald Pichler Date: Fri, 17 Nov 2017 13:04:38 +0100 Subject: [PATCH] add compile cpp files for resources --- examples/osd/arduino-servo/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/osd/arduino-servo/Makefile b/examples/osd/arduino-servo/Makefile index 8f109f5f1..9472a198e 100644 --- a/examples/osd/arduino-servo/Makefile +++ b/examples/osd/arduino-servo/Makefile @@ -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)