11 lines
136 B
CMake
11 lines
136 B
CMake
|
#
|
||
|
# Copyright (c) 2018, Cypress
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
add_subdirectory_ifdef(
|
||
|
CONFIG_HAS_CYPRESS_DRIVERS
|
||
|
PDL
|
||
|
)
|