mirror of
https://github.com/ZDoom/ZMusic.git
synced 2025-01-30 12:20:54 +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
|
oplsynth/*.h
|
||||||
)
|
)
|
||||||
add_library( oplsynth STATIC
|
add_library( oplsynth STATIC
|
||||||
|
${HEADER_FILES}
|
||||||
fmopl.cpp
|
fmopl.cpp
|
||||||
musicblock.cpp
|
musicblock.cpp
|
||||||
nukedopl3.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
|
timidity/*.h
|
||||||
)
|
)
|
||||||
add_library( timidity STATIC
|
add_library( timidity STATIC
|
||||||
|
${HEADER_FILES}
|
||||||
common.cpp
|
common.cpp
|
||||||
instrum.cpp
|
instrum.cpp
|
||||||
instrum_dls.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
|
timiditypp/*.h
|
||||||
)
|
)
|
||||||
add_library( timidityplus STATIC
|
add_library( timidityplus STATIC
|
||||||
|
${HEADER_FILES}
|
||||||
fft4g.cpp
|
fft4g.cpp
|
||||||
reverb.cpp
|
reverb.cpp
|
||||||
common.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
|
wildmidi/*.h
|
||||||
)
|
)
|
||||||
add_library( wildmidi STATIC
|
add_library( wildmidi STATIC
|
||||||
|
${HEADER_FILES}
|
||||||
file_io.cpp
|
file_io.cpp
|
||||||
gus_pat.cpp
|
gus_pat.cpp
|
||||||
reverb.cpp
|
reverb.cpp
|
||||||
|
|
Loading…
Reference in a new issue