Add main project's src dir to header search path
This commit is contained in:
parent
acd78e092f
commit
63d2a2d0e2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user