mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00

- Sync with trunk 50501 - fix a couple of merge artifacts (indentation) svn path=/branches/cmake-bringup/; revision=50505
8 lines
122 B
CMake
8 lines
122 B
CMake
|
|
list(APPEND SOURCE
|
|
samplerate.c
|
|
src_linear.c
|
|
src_sinc.c
|
|
src_zoh.c)
|
|
|
|
add_library(libsamplerate ${SOURCE})
|