mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-10 14:41:43 +00:00
aedi: switch samplerate target to cmake
This commit is contained in:
parent
384e30dee5
commit
5c7187bd50
2 changed files with 2 additions and 1 deletions
|
@ -678,7 +678,7 @@ class PortMidiTarget(CMakeTarget):
|
||||||
shutil.copy(state.build_path + 'libportmidi_s.a', lib_path + 'libportmidi.a')
|
shutil.copy(state.build_path + 'libportmidi_s.a', lib_path + 'libportmidi.a')
|
||||||
|
|
||||||
|
|
||||||
class SamplerateTarget(ConfigureMakeStaticDependencyTarget):
|
class SamplerateTarget(CMakeStaticDependencyTarget):
|
||||||
def __init__(self, name='samplerate'):
|
def __init__(self, name='samplerate'):
|
||||||
super().__init__(name)
|
super().__init__(name)
|
||||||
|
|
||||||
|
|
1
deps/.gitignore
vendored
1
deps/.gitignore
vendored
|
@ -39,6 +39,7 @@
|
||||||
/png/bin/png-fix-itxt
|
/png/bin/png-fix-itxt
|
||||||
/png/bin/pngfix
|
/png/bin/pngfix
|
||||||
/samplerate/bin/
|
/samplerate/bin/
|
||||||
|
/samplerate/lib/cmake/
|
||||||
/sdl2/include/SDL2/SDL_config_*.h
|
/sdl2/include/SDL2/SDL_config_*.h
|
||||||
/sdl2/include/SDL2/SDL_copying.h
|
/sdl2/include/SDL2/SDL_copying.h
|
||||||
/sdl2/include/SDL2/SDL_test*.h
|
/sdl2/include/SDL2/SDL_test*.h
|
||||||
|
|
Loading…
Reference in a new issue