All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h Danish (da)Tilføjer du unittests, og en <tt>CMakeLists.txt</tt>-fil for at tilføje unittestene til projektet Bus, så får du følgende <tt>CMakeLists.txt</tt> for projektet Bus, mappen src og mappen tests:
* Projektet Bus: <syntaxhighlight lang="CMake" line>cmake_minimum_required(VERSION 3.0)
 h English (en)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:<syntaxhighlight lang="CMake" line>cmake_minimum_required(VERSION 3.0)
 h Ukrainian (uk)Додавання модулів перевірки та файла <tt>CMakeLists.txt</tt> для додавання модулів перевірки до проєкту Bus дасть вказаний нижче файл <tt>CMakeLists.txt</tt> для проєкту Bus, теки src та теки tests:
* Проєкт Bus:<syntaxhighlight lang="CMake" line>cmake_minimum_required(VERSION 3.0)