1
0
mirror of https://github.com/ScrelliCopter/VGM-Tools synced 2025-02-21 04:09:25 +11:00

neotools: use common wave writer in adpcm.c

This commit is contained in:
2023-12-29 02:27:11 +11:00
parent 4013d1809c
commit 9f6c0664ff
2 changed files with 57 additions and 87 deletions

View File

@@ -11,7 +11,7 @@ target_link_libraries(adpcm Common::wave $<$<C_COMPILER_ID:Clang,GNU>:m>)
add_executable(adpcmb adpcmb.c)
target_compile_options(adpcmb PRIVATE ${WARNINGS})
target_link_libraries(adpcmb Common::headers)
target_link_libraries(adpcmb Common::wave)
add_executable(neoadpcmextract adpcm.h libadpcma.c neoadpcmextract.c)
set_property(TARGET neoadpcmextract PROPERTY C_STANDARD 99)