mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-29 23:48:00 +02:00
fix(build): add missing include path
This commit is contained in:
parent
dd514d599f
commit
3d9bcd9553
@ -9,6 +9,10 @@ include $(POCO_BASE)/build/rules/global
|
|||||||
objects = ActiveRecordTestSuite ActiveRecordTest Driver \
|
objects = ActiveRecordTestSuite ActiveRecordTest Driver \
|
||||||
Employee Role
|
Employee Role
|
||||||
|
|
||||||
|
ifndef POCO_DATA_NO_SQL_PARSER
|
||||||
|
target_includes = $(POCO_BASE)/Data/src
|
||||||
|
endif
|
||||||
|
|
||||||
target = testrunner
|
target = testrunner
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoActiveRecord PocoDataSQLite PocoData PocoFoundation CppUnit
|
target_libs = PocoActiveRecord PocoDataSQLite PocoData PocoFoundation CppUnit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user