You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/mp3/CMakeLists.txt

12 lines
236 B

set (mp3_SRCS
mp3.c
)
#ifeq ($(WITH_MPG123DECODER), yes)
# module_ldflags += -lmpg123
# module_cflags += -DWITH_MPG123DECODER
SET(sems_module_name mp3)
SET(sems_module_libs mp3lame)
INCLUDE(${CMAKE_SOURCE_DIR}/cmake/module.rules.txt)