Newer
Older
mbed-os / targets / TARGET_Maxim / CMakeLists.txt
@Sadik.Ozer Sadik.Ozer on 30 Sep 2021 538 bytes Add MAX32660EVSYS
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0


add_subdirectory(TARGET_MAX32620C EXCLUDE_FROM_ALL)
add_subdirectory(TARGET_MAX32625 EXCLUDE_FROM_ALL)
add_subdirectory(TARGET_MAX32630 EXCLUDE_FROM_ALL)
add_subdirectory(TARGET_MAX32660 EXCLUDE_FROM_ALL)

add_library(mbed-maxim INTERFACE)

target_include_directories(mbed-maxim
    INTERFACE
        .
)

target_sources(mbed-maxim
    INTERFACE
        USBPhy_Maxim.cpp
)

target_link_libraries(mbed-maxim INTERFACE mbed-cmsis-cortex-m)