Add main project's src dir to header search path

This commit is contained in:
Bob Polis 2025-01-05 16:07:21 +01:00
parent acd78e092f
commit 63d2a2d0e2

View File

@ -16,7 +16,8 @@ MINOR := 0
PATCH := 0
# Specify desired C++ standard for this project.
CXXFLAGS += -std=c++20
# Include main project's src dir for header searching.
CXXFLAGS += -std=c++20 -I../../src
# Change 'app' to product name for which this is a plugin.
# Change 'plugins' to the desired directory name for installed plugins.