reactos/lib/3rdparty/libsamplerate/CMakeLists.txt

4 lines
113 B
CMake

add_definitions(-DHAVE_LRINT -DHAVE_LRINTF)
file(GLOB_RECURSE SOURCE "*.c")
add_library(libsamplerate ${SOURCE})