Translations:KDevelop5/Manual/Code generation with templates/57/en: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
Adding test units and a <tt>CMakeLists.txt</tt> file to add the test units to the Bus project, gives the following <tt>CMakeLists.txt</tt> for the Bus project, src folder, and the tests folder: | Adding test units and a <tt>CMakeLists.txt</tt> file to add the test units to the Bus project, gives the following <tt>CMakeLists.txt</tt> for the Bus project, src folder, and the tests folder: | ||
* Bus project: | * Bus project:<syntaxhighlight lang="CMake" line>cmake_minimum_required(VERSION 3.0) |
Latest revision as of 08:38, 2 April 2020
Adding test units and a CMakeLists.txt file to add the test units to the Bus project, gives the following CMakeLists.txt for the Bus project, src folder, and the tests folder:
- Bus project:<syntaxhighlight lang="CMake" line>cmake_minimum_required(VERSION 3.0)