mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 00:07:59 +02:00
fix(build): add missing include path
This commit is contained in:
@@ -8,6 +8,10 @@ include $(POCO_BASE)/build/rules/global
|
||||
|
||||
objects = WebNotifier
|
||||
|
||||
ifndef POCO_DATA_NO_SQL_PARSER
|
||||
target_includes = $(POCO_BASE)/Data/src
|
||||
endif
|
||||
|
||||
target = WebNotifier
|
||||
target_version = 1
|
||||
target_libs = PocoDataSQLite PocoData PocoNet PocoFoundation
|
||||
|
Reference in New Issue
Block a user