zephyr_vnd7050aj/modules/vnd7050aj/CMakeLists.txt

13 lines
270 B
CMake

# SPDX-License-Identifier: Apache-2.0
if(CONFIG_VND7050AJ)
zephyr_library()
zephyr_library_sources(src/vnd7050aj.c)
zephyr_library_include_directories(include)
# Make the header files available globally
zephyr_include_directories(include)
endif() # CONFIG_VND7050AJ