mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
13 lines
471 B
Text
13 lines
471 B
Text
|
|
ADDITIONAL_INCLUDE_DIRS += -I../GenericTests/ -I../../..
|
|
ADDITIONAL_OBJCFLAGS += -Wall
|
|
resources2_LDFLAGS += -Wl,-rpath -Wl,$(CURDIR)/Resources/TestFramework.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
|
|
resources2_LIB_DIRS += -L./Resources/TestFramework.framework/$(GNUSTEP_TARGET_LDIR)
|
|
resources2_TOOL_LIBS += -lTestFramework
|
|
|
|
$(GNUSTEP_INSTANCE)_SUBPROJECTS = ../GenericTests
|
|
|
|
SUBPROJECTS = ../GenericTests Resources
|
|
|
|
include $(GNUSTEP_MAKEFILES)/aggregate.make
|
|
|