reactos/lib/3rdparty/libmpg123/CMakeLists.txt
Cameron Gutman c2d0d784c7 [USB-BRINGUP-TRUNK]
- Create a branch to do a proper merge of USB work from a trunk base instead of from cmake-bringup
- In the future, DO NOT under any circumstances branch another branch. This leads to merge problems!

svn path=/branches/usb-bringup-trunk/; revision=55018
2012-01-20 20:58:46 +00:00

45 lines
733 B
CMake

add_definitions(
-DOPT_I386
-DREAL_IS_FLOAT
-DNOXFERMEM
-DHAVE_CONFIG_H
-DEOVERFLOW=75
-Dlseek=_lseek
-Dread=_read
-Dstrdup=_strdup
-D_CRT_NONSTDC_NO_DEPRECATE
-D_DLL -D__USE_CRTIMP)
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/include/reactos/libs/libmpg123)
add_library(libmpg123
compat.c
dct64.c
dct64_i386.c
equalizer.c
feature.c
format.c
frame.c
icy.c
icy2utf8.c
id3.c
index.c
layer1.c
layer2.c
layer3.c
libmpg123.c
ntom.c
optimize.c
parse.c
readers.c
stringbuf.c
synth.c
synth_8bit.c
synth_real.c
synth_s32.c
tabinit.c)
add_dependencies(libmpg123 psdk)
allow_warnings(libmpg123)