mdeutils/mauplay/CMakeLists.txt

14 lines
284 B
Text
Raw Normal View History

2025-11-22 17:57:17 +09:00
include(MDEBase)
2025-11-22 19:12:24 +09:00
include(MDEPkgConfig)
2025-12-17 19:24:43 +09:00
mde_setup_project(mauplay ${CMAKE_INSTALL_BINDIR})
2025-11-22 17:57:17 +09:00
2025-12-17 19:24:43 +09:00
mde_pkg_config_add(mauplay sqlite3)
mde_pkg_config_add(mauplay samplerate)
mde_pkg_config_add(mauplay inih)
mde_math_add(mauplay)
2025-11-22 19:12:24 +09:00
2025-11-22 17:57:17 +09:00
target_link_libraries(
mauplay
PRIVATE
2025-11-24 19:49:20 +09:00
MDEAudio MDESound
2025-11-22 17:57:17 +09:00
)