Add dr_flac header file to cmakelists and xcode

This commit is contained in:
Alex Szpakowski
2019-06-25 20:13:31 -03:00
parent 62d6573216
commit 07179f11ea
2 changed files with 22 additions and 0 deletions
+10
View File
@@ -1247,6 +1247,16 @@ set(LOVE_SRC_3P_DDSPARSE
add_library(love_3p_ddsparse ${LOVE_SRC_3P_DDSPARSE})
#
# dr_flac
#
set(LOVE_SRC_3P_DRFLAC
src/libraries/dr_flac/dr_flac.h
)
# dr_flac has no implementation files of its own.
#
# enet
#