mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-04 16:32:39 +00:00
Compile LibAtrac9
This commit is contained in:
parent
77c44e321c
commit
1d001a1f1b
9
externals/CMakeLists.txt
vendored
9
externals/CMakeLists.txt
vendored
@ -47,6 +47,15 @@ if (NOT TARGET FFmpeg::ffmpeg)
|
|||||||
add_library(FFmpeg::ffmpeg ALIAS ffmpeg)
|
add_library(FFmpeg::ffmpeg ALIAS ffmpeg)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
# LibAtrac9
|
||||||
|
|
||||||
|
file(GLOB LIBATRAC9_SOURCES
|
||||||
|
LibAtrac9/C/src/*.c
|
||||||
|
)
|
||||||
|
|
||||||
|
add_library(LibAtrac9 STATIC ${LIBATRAC9_SOURCES})
|
||||||
|
target_include_directories(LibAtrac9 INTERFACE LibAtrac9/C/src)
|
||||||
|
|
||||||
# Zlib-Ng
|
# Zlib-Ng
|
||||||
if (NOT TARGET zlib-ng::zlib)
|
if (NOT TARGET zlib-ng::zlib)
|
||||||
set(ZLIB_ENABLE_TESTS OFF)
|
set(ZLIB_ENABLE_TESTS OFF)
|
||||||
|
Loading…
Reference in New Issue
Block a user