mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-02-23 11:20:57 +00:00
14 lines
380 B
Text
14 lines
380 B
Text
|
include $(GNUSTEP_MAKEFILES)/common.make
|
||
|
SUBPROJECT_NAME=Inspectors
|
||
|
ADDITIONAL_INCLUDE_DIRS+=-I../../
|
||
|
|
||
|
Inspectors_HAS_RESOURCE_BUNDLE=yes
|
||
|
|
||
|
Inspectors_RESOURCE_FILES=RelationshipInspector.gorm
|
||
|
Inspectors_OBJC_FILES=RelationshipInspector.m
|
||
|
|
||
|
Inspectors_RESOURCE_FILES+=AttributeInspector.gorm
|
||
|
Inspectors_OBJC_FILES+=AttributeInspector.m
|
||
|
|
||
|
include $(GNUSTEP_MAKEFILES)/subproject.make
|