Update makefile
This commit is contained in:
parent
629d681890
commit
4f359e456c
1 changed files with 10 additions and 4 deletions
14
common.mk
14
common.mk
|
|
@ -146,10 +146,10 @@ endif
|
|||
# st_audiofile dependency
|
||||
|
||||
SFIZZ_SOURCES += \
|
||||
$(SFIZZ_DIR)/external/st_audiofile/src/st_audiofile.c \
|
||||
$(SFIZZ_DIR)/external/st_audiofile/src/st_audiofile_common.c \
|
||||
$(SFIZZ_DIR)/external/st_audiofile/src/st_audiofile_libs.c \
|
||||
$(SFIZZ_DIR)/external/st_audiofile/src/st_audiofile_sndfile.c
|
||||
external/st_audiofile/src/st_audiofile.c \
|
||||
external/st_audiofile/src/st_audiofile_common.c \
|
||||
external/st_audiofile/src/st_audiofile_libs.c \
|
||||
external/st_audiofile/src/st_audiofile_sndfile.c
|
||||
|
||||
SFIZZ_C_FLAGS += \
|
||||
-I$(SFIZZ_DIR)/external/st_audiofile/src \
|
||||
|
|
@ -339,6 +339,12 @@ SFIZZ_SOURCES += \
|
|||
SFIZZ_CXX_FLAGS += \
|
||||
-I$(SFIZZ_DIR)/external/jsl/include
|
||||
|
||||
### cephes dependency
|
||||
|
||||
SFIZZ_SOURCES += \
|
||||
external/cephes/src/chbevl.c \
|
||||
external/cephes/src/i0.c
|
||||
|
||||
### math dependency
|
||||
|
||||
ifdef SFIZZ_OS_LINUX
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue