Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress: Fix CYTFM_064B0S2_4343W CMake build #14180

Merged
merged 1 commit into from
Jan 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 8 additions & 0 deletions targets/TARGET_Cypress/TARGET_PSOC6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ if("WHD" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(common/COMPONENT_WHD EXCLUDE_FROM_ALL)
endif()

if("CAT1A" IN_LIST MBED_TARGET_LABELS)
target_include_directories(mbed-core
INTERFACE
psoc6pdl/devices/COMPONENT_CAT1A/include
psoc6pdl/devices/COMPONENT_CAT1A/include/ip
)
endif()

if("CY8CKIT064B0S2_4343W" IN_LIST MBED_TARGET_LABELS)
add_subdirectory(TARGET_CY8CKIT064B0S2_4343W)
elseif("CY8CKIT_062S2_43012" IN_LIST MBED_TARGET_LABELS)
Expand Down