File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
modules/yup_audio_plugin_client Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 66 @ just --list
77
88update :
9- mkdir -p build
109 cmake -G Xcode -B build -DYUP_ENABLE_PROFILING=ON
1110
1211clean :
2524 cmake --build build
2625
2726ios :
28- mkdir -p build
2927 cmake -G Xcode -B build -DCMAKE_TOOLCHAIN_FILE=cmake/ toolchains/ ios.cmake -DPLATFORM=OS64
3028
3129emscripten :
@@ -34,6 +32,9 @@ emscripten:
3432 cmake --build build
3533 python3 -m http.server -d build/ examples/ render/ Debug
3634
35+ android :
36+ cmake -G " Unix Makefiles" -B build -DYUP_TARGET_ANDROID=ON -DYUP_TARGET_ANDROID_BUILD_GRADLE=ON
37+
3738#run:
3839# @just make
3940# ./build/app/app
Original file line number Diff line number Diff line change 3030 description: The essential set of basic YUP audio plugin clients.
3131 website: https://github.com/kunitoki/yup
3232 license: ISC
33- minimumCppStandard: 17
33+ minimumCppStandard: 20
3434
3535 dependencies: yup_audio_processors yup_gui
3636 enableARC: 1
You can’t perform that action at this time.
0 commit comments