remove: maidfile.toml (local build tool)
Signed-off-by: theMackabu <theMackabu@gmail.com>
(cherry picked from commit 7c33a8e448
)
This commit is contained in:
parent
9aa8e1d7ad
commit
534b4e4aa3
5
.gitignore
vendored
5
.gitignore
vendored
@ -55,7 +55,4 @@ result
|
|||||||
flatbuild
|
flatbuild
|
||||||
|
|
||||||
# Snap
|
# Snap
|
||||||
*.snap
|
*.snap
|
||||||
|
|
||||||
# maid build
|
|
||||||
.maid
|
|
@ -1,13 +0,0 @@
|
|||||||
[project]
|
|
||||||
name = "Prism"
|
|
||||||
version = "8.0"
|
|
||||||
|
|
||||||
[tasks]
|
|
||||||
run = { script = "./build/prismlauncher.app/Contents/MacOS/prismlauncher" }
|
|
||||||
clean = { script = ["rm -rf build", "mkdir build"] }
|
|
||||||
build = { script = ["maid init -q", "bash -c 'cd build && ninja'"] }
|
|
||||||
|
|
||||||
[tasks.init]
|
|
||||||
depends = ["clean"]
|
|
||||||
path = "build"
|
|
||||||
script = "cmake -G Ninja -DCMAKE_INSTALL_PREFIX=install -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH='/opt/homebrew/opt/qt' -DQt6_DIR='/opt/homebrew/opt/qt' -DLauncher_BUILD_PLATFORM=macOS -DENABLE_LTO=ON .."
|
|
Loading…
Reference in New Issue
Block a user