mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
fix(build): add missing include path
This commit is contained in:
parent
b1e7b9ff3b
commit
dd514d599f
@ -8,6 +8,10 @@ include $(POCO_BASE)/build/rules/global
|
||||
|
||||
objects = Context ActiveRecord IDTraits StatementPlaceholderProvider
|
||||
|
||||
ifndef POCO_DATA_NO_SQL_PARSER
|
||||
target_includes = $(POCO_BASE)/Data/src
|
||||
endif
|
||||
|
||||
target = PocoActiveRecord
|
||||
target_version = 1
|
||||
target_libs = PocoData PocoFoundation
|
||||
|
Loading…
Reference in New Issue
Block a user