This commit is contained in:
Nishi 2025-11-26 07:04:01 +09:00
commit 5614b03bee
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 185 additions and 8 deletions

View file

@ -5,17 +5,10 @@ setup_project(mauplay ${CMAKE_INSTALL_BINDIR})
pkg_config_add(mauplay sqlite3)
pkg_config_add(mauplay samplerate)
pkg_config_add(mauplay inih)
math_add(mauplay)
target_link_libraries(
mauplay
PRIVATE
MDEAudio MDESound
)
if(NOT CMAKE_SYSTEM_NAME STREQUAL "Windows")
target_link_libraries(
mauplay
PRIVATE
m
)
endif()