Skip to content

Commit

Permalink
Merge pull request #14180 from hugueskamba/hk_cmake_cypress_missing_file
Browse files Browse the repository at this point in the history
Cypress: Fix CYTFM_064B0S2_4343W CMake build
  • Loading branch information
0xc0170 committed Jan 25, 2021
2 parents 1b7b620 + 21840a4 commit 343b19f
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit 343b19f

Please sign in to comment.