Translations:KDevelop5/Manual/Code generation with templates/65/en: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
* src folder: | * src folder:<syntaxhighlight lang="CMake" line>set(HEADER_LIST "bus.h") | ||
add_executable(bus main.cpp bus.cpp) | add_executable(bus main.cpp bus.cpp) |
Latest revision as of 08:38, 2 April 2020
- src folder:<syntaxhighlight lang="CMake" line>set(HEADER_LIST "bus.h")
add_executable(bus main.cpp bus.cpp)