Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
f323f310
Commit
f323f310
authored
Dec 15, 2020
by
Maxime Perrotin
Browse files
Update templates for space creator
parent
74505564
Changes
2
Hide whitespace changes
Inline
Side-by-side
templates/skeletons/project-files/function.tmplt
View file @
f323f310
...
...
@@ -12,7 +12,8 @@ HEADERS += work/@_LOWER:Name_@/Ada/src/@_LOWER:Name_@.ads
@@ELSIF@@ @_Language_@ = SDL
SOURCES += work/@_LOWER:Name_@/SDL/src/@_LOWER:Name_@.pr
@@ELSIF@@ @_Language_@ = CPP
SOURCES += work/@_LOWER:Name_@/C/src/@_LOWER:Name_@.cpp
HEADERS += work/@_LOWER:Name_@/C/src/@_LOWER:Name_@.h
SOURCES += work/@_LOWER:Name_@/CPP/src/@_LOWER:Name_@.cc
HEADERS += work/@_LOWER:Name_@/CPP/src/@_LOWER:Name_@.h
SOURCES += work/@_LOWER:Name_@/CPP/src/@_LOWER:Name_@_state.h
@@END_IF@@
@@END_IF@@
templates/skeletons/project_file.tmplt
View file @
f323f310
...
...
@@ -5,6 +5,9 @@
@@-- in vim to open the doc: $HOME/tool-inst/share/kazoo/doc/templates_skeletons_makefile.ascii
@@--
@@-- Generate taste.pro, a sub-project file used by Space Creator to include user functional code
INCLUDEPATH += work/dataview/C
HEADERS += work/dataview/C/dataview-uniq.h
HEADERS += work/dataview/Ada/*.ads
@@TABLE@@
include(
work/
@_LOWER:Function_Names_@/@_LOWER:Function_Names_@.pro)
include(@_LOWER:Function_Names_@/@_LOWER:Function_Names_@.pro)
@@END_TABLE@@
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment