Skip to content
Snippets Groups Projects
Commit 45d7165a authored by al.schwinn's avatar al.schwinn Committed by al.schwinn
Browse files

Additional Silecs Include added into Make.specific in class ( #45 )

parent c3fe6d2b
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ htop = """/*
#ifndef ${className}_${className}_H_
#define ${className}_${className}_H_
#include <SilecsService.h>
#include <silecs-communication/interface/core/SilecsService.h>
#include <fesa-core/Synchronization/MultiplexingContext.h>
#include <${className}/GeneratedCode/ServiceLocator.h>
"""
......@@ -635,7 +635,7 @@ SILECS_PATH ?= ${centralMakefilePath}
override WARNFLAGS +=
# Additional compiler flags
COMPILER_FLAGS += -I$(SILECS_PATH)/include -I$(SILECS_PATH)/include/silecs-communication/interface/core
COMPILER_FLAGS += -I$(SILECS_PATH)/include
COMPILER_FLAGS +=
LINKER_FLAGS +=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment