mbed-os/tools/cmake/tests/multiple_executables/app1/CMakeLists.txt

9 lines
188 B
CMake

# 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)