9 lines
135 B
CMake
9 lines
135 B
CMake
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
#
|
|
|
|
if (CONFIG_EXCLIB)
|
|
listenai_library_named(exclib)
|
|
add_subdirectory(posix)
|
|
endif()
|