1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Add debug.c to libid3tag sources in CMakeLists.txt

This commit is contained in:
Paul Licameli 2020-11-26 17:01:24 -05:00
parent f5fd860430
commit 8c8e4cdb7d

View File

@ -7,6 +7,7 @@ list( APPEND SOURCES
PRIVATE
${TARGET_ROOT}/compat.c
${TARGET_ROOT}/crc.c
${TARGET_ROOT}/debug.c
${TARGET_ROOT}/field.c
${TARGET_ROOT}/file.c
${TARGET_ROOT}/frame.c