zephyr/lib/posix/CMakeLists.txt
Matthias Alleman b0f9f16f14 lib: posix: shell: Fix compiler warning of lib__posix__shell
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>
2024-03-15 06:30:31 -04:00

5 lines
114 B
CMake

# SPDX-License-Identifier: Apache-2.0
add_subdirectory(options)
add_subdirectory_ifdef(CONFIG_POSIX_SHELL shell)