- fixed overwriting define and include of packages

- added blase path

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@938 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-02 18:37:19 +00:00
parent 9f601d2fe6
commit 51ab8c01eb
6 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ CXX_SRCS += IQPlaneComponent.cpp
CXX_SRCS += MainComponent.cpp
CXX_SRCS += Main.cpp
INCLUDES ?= -I . -I $(realpath ../JuceLibraryCode) -I $(JUCE_PATH) -I $(LIBSRC_PATH) -I $(EIGEN_PATH)
INCLUDES += -I . -I $(realpath ../JuceLibraryCode) -I $(JUCE_PATH) -I $(LIBSRC_PATH) -I $(EIGEN_PATH)
include $(MAKE_HOME)/compile.mk