- removed eigen path

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@1047 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-20 12:28:13 +00:00
parent 888d15e9f5
commit 2870d2984d
2 changed files with 2 additions and 2 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 $(BLAZE_PATH)
include $(MAKE_HOME)/compile.mk