This PR fixes the following compiler warning: No SOURCES given to Zephyr library: lib__posix__shell Signed-off-by: Matthias Alleman <matthias.alleman@basalte.be>
4 lines
114 B
CMake
4 lines
114 B
CMake
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory(options)
|
|
add_subdirectory_ifdef(CONFIG_POSIX_SHELL shell)
|