mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
yapp.mk: Add support for automatic detection off App.h header
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
1a05a1a79e
commit
488ffa1e3c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
SRC_ALL_CPP += main.cpp
|
||||
YAPP_INCLUDE_DIR ?= .
|
||||
YAPP_CLASS ?= $(firstword $(basename $(notdir $(wildcard $(addprefix \
|
||||
$(YAPP_INCLUDE_DIR)/, YApp*.h Y*.h *.h)))))
|
||||
$(YAPP_INCLUDE_DIR)/, YApp*.h App*.h Y*.h *.h)))))
|
||||
YAPP_CLASS_H ?= $(firstword $(wildcard $(addsuffix /$(YAPP_CLASS).h,\
|
||||
$(YAPP_INCLUDE_DIR) $(subst -I,,$(INCLUDE)))) $(YAPP_CLASS).h)
|
||||
YAPP_NAMESPACE ?=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue