/
githubmirror
/
mbed-os
Обзор
Документация
Войти
/
githubmirror
/
mbed-os
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tools/cmake/tests/multiple_executables/app1/main.cpp
12 строк
160 B
Lingkai Dong
CMake: Add test for multiple-executable support
22 июл 2021, 19:31
22 июл 2021, 19:31
23d659e
Код
Авторство
О чём код?
/* * Copyright (c) 2021 Arm Limited * SPDX-License-Identifier: Apache-2.0 */ #include "mbed.h" int main() { printf("Application 1\n"); return 0; }