mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
c93d1289fd
- Remove wpp from build. - Improve several tools and libs. - Improve the root cmake file. svn path=/branches/cmake-bringup/; revision=49492
12 lines
176 B
CMake
12 lines
176 B
CMake
|
|
add_definitions(
|
|
-DHAVE_LRINT
|
|
-DHAVE_LRINTF)
|
|
|
|
list(APPEND SOURCE
|
|
samplerate.c
|
|
src_linear.c
|
|
src_sinc.c
|
|
src_zoh.c)
|
|
|
|
add_library(libsamplerate ${SOURCE})
|