build: Change from Unix Makefiles to Ninja and ignore .idea folder
This commit is contained in:
parent
681dcebeea
commit
7ac61aca4b
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
build/
|
build/
|
||||||
out/
|
out/
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
2
Makefile
2
Makefile
@ -9,7 +9,7 @@ release:
|
|||||||
cmake --build $(BUILD_DIR) -j8
|
cmake --build $(BUILD_DIR) -j8
|
||||||
|
|
||||||
debug:
|
debug:
|
||||||
cmake -S . -B $(BUILD_DIR) -DCMAKE_BUILD_TYPE=Debug
|
cmake -S . -B $(BUILD_DIR) -G Ninja -DCMAKE_BUILD_TYPE=Debug
|
||||||
cmake --build $(BUILD_DIR) -j8
|
cmake --build $(BUILD_DIR) -j8
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
Loading…
Reference in New Issue
Block a user