mcompass
This commit is contained in:
parent
46efbdc22b
commit
5614b03bee
5 changed files with 185 additions and 8 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue