Skip to content

Commit 5017764

Browse files
committed
feat: add support for .tpp and .ipp within INC+=
* .tpp | Template implementation | Implementation of template functions * .ipp | Inline implementation | Implementation of inline/template code
1 parent f4e1019 commit 5017764

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure/RULES_BUILD

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ vpath %.cpp $(USR_VPATH) $(ALL_SRC_DIRS)
2222
vpath %.rc $(USR_VPATH) $(ALL_SRC_DIRS)
2323
vpath %.h $(USR_VPATH) $(ALL_SRC_DIRS)
2424
vpath %.hpp $(USR_VPATH) $(ALL_SRC_DIRS)
25+
vpath %.tpp $(USR_VPATH) $(ALL_SRC_DIRS)
26+
vpath %.ipp $(USR_VPATH) $(ALL_SRC_DIRS)
2527
vpath %.html $(USR_VPATH) $(ALL_SRC_DIRS) $(COMMON_DIR)
2628
vpath %.md $(USR_VPATH) $(ALL_SRC_DIRS) $(COMMON_DIR)
2729
vpath %.skel.static $(USR_VPATH) $(ALL_SRC_DIRS)

0 commit comments

Comments
 (0)