mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
fix(CppUnit): remove Foundation dependency
This commit is contained in:
parent
499a7d35f9
commit
5e5e9297a6
@ -11,6 +11,5 @@ objects = CppUnitException TestDecorator TestResult TestSuite \
|
|||||||
|
|
||||||
target = CppUnit
|
target = CppUnit
|
||||||
target_version = 1
|
target_version = 1
|
||||||
target_libs = PocoFoundation
|
|
||||||
|
|
||||||
include $(POCO_BASE)/build/rules/lib
|
include $(POCO_BASE)/build/rules/lib
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
include(CMakeFindDependencyMacro)
|
|
||||||
find_dependency(PocoFoundation)
|
|
||||||
include("${CMAKE_CURRENT_LIST_DIR}/PocoDataTargets.cmake")
|
|
@ -1 +0,0 @@
|
|||||||
Foundation
|
|
2
Makefile
2
Makefile
@ -81,7 +81,7 @@ all: libexecs tests samples
|
|||||||
INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
|
INSTALLDIR = $(DESTDIR)$(POCO_PREFIX)
|
||||||
COMPONENTS = Foundation Encodings XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/SQLite Data/ODBC Data/MySQL Data/PostgreSQL ActiveRecord ActiveRecord/Compiler Zip PageCompiler PageCompiler/File2Page JWT CppParser PDF MongoDB Redis Prometheus
|
COMPONENTS = Foundation Encodings XML JSON Util Net Crypto NetSSL_OpenSSL Data Data/SQLite Data/ODBC Data/MySQL Data/PostgreSQL ActiveRecord ActiveRecord/Compiler Zip PageCompiler PageCompiler/File2Page JWT CppParser PDF MongoDB Redis Prometheus
|
||||||
|
|
||||||
cppunit: Foundation-libexec
|
cppunit:
|
||||||
$(MAKE) -C $(POCO_BASE)/CppUnit
|
$(MAKE) -C $(POCO_BASE)/CppUnit
|
||||||
|
|
||||||
CppUnit-clean:
|
CppUnit-clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user