Browse code

Add dotfiles

Robert Cranston authored on 05/03/2022 00:53:14
Showing 1 changed files

1 1
new file mode 100644
... ...
@@ -0,0 +1,6 @@
1
+[ "$(command -v cmake)" ] || return 0
2
+
3
+if [ "$(command -v nproc)" ]
4
+then
5
+    export CMAKE_BUILD_PARALLEL_LEVEL="$(nproc)"
6
+fi