Newer
Older
mbed-os / tools / cmake / tests / multiple_executables / app1 / CMakeLists.txt
@Lingkai Dong Lingkai Dong on 22 Jul 2021 188 bytes CMake: Add test for multiple-executable support
# Copyright (c) 2021 Arm Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_executable(app1 main.cpp)

target_link_libraries(app1 mbed-os)

mbed_set_post_build(app1)