7 lines
130 B
CMake
7 lines
130 B
CMake
FILE(GLOB SRCS
|
|
acomp_stream.c
|
|
)
|
|
listenai_library_sources(${SRCS})
|
|
|
|
target_include_directories(${TARGET_NAME} PUBLIC ./stream)
|