mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-01-29 20:00:53 +00:00
- added header files to CMake generated projects
This commit is contained in:
parent
823d9f5d7f
commit
e8b2bd4318
4 changed files with 4 additions and 0 deletions
1
thirdparty/oplsynth/CMakeLists.txt
vendored
1
thirdparty/oplsynth/CMakeLists.txt
vendored
|
@ -15,6 +15,7 @@ file( GLOB HEADER_FILES
|
|||
oplsynth/*.h
|
||||
)
|
||||
add_library( oplsynth STATIC
|
||||
${HEADER_FILES}
|
||||
fmopl.cpp
|
||||
musicblock.cpp
|
||||
nukedopl3.cpp
|
||||
|
|
1
thirdparty/timidity/CMakeLists.txt
vendored
1
thirdparty/timidity/CMakeLists.txt
vendored
|
@ -13,6 +13,7 @@ file( GLOB HEADER_FILES
|
|||
timidity/*.h
|
||||
)
|
||||
add_library( timidity STATIC
|
||||
${HEADER_FILES}
|
||||
common.cpp
|
||||
instrum.cpp
|
||||
instrum_dls.cpp
|
||||
|
|
1
thirdparty/timidityplus/CMakeLists.txt
vendored
1
thirdparty/timidityplus/CMakeLists.txt
vendored
|
@ -12,6 +12,7 @@ file( GLOB HEADER_FILES
|
|||
timiditypp/*.h
|
||||
)
|
||||
add_library( timidityplus STATIC
|
||||
${HEADER_FILES}
|
||||
fft4g.cpp
|
||||
reverb.cpp
|
||||
common.cpp
|
||||
|
|
1
thirdparty/wildmidi/CMakeLists.txt
vendored
1
thirdparty/wildmidi/CMakeLists.txt
vendored
|
@ -15,6 +15,7 @@ file( GLOB HEADER_FILES
|
|||
wildmidi/*.h
|
||||
)
|
||||
add_library( wildmidi STATIC
|
||||
${HEADER_FILES}
|
||||
file_io.cpp
|
||||
gus_pat.cpp
|
||||
reverb.cpp
|
||||
|
|
Loading…
Reference in a new issue