build: extract bootscript/build scripts to common dir
parent
149deafdb1
commit
65d4126c7d
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
ln -s .build/compile_commands.json
|
|
@ -0,0 +1 @@
|
|||
../scripts/bootstrap.sh
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cmake --build .build
|
|
@ -0,0 +1 @@
|
|||
../scripts/build.sh
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
ln -s .build/compile_commands.json
|
|
@ -0,0 +1 @@
|
|||
../scripts/bootstrap.sh
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cmake --build .build
|
|
@ -0,0 +1 @@
|
|||
../scripts/build.sh
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
ln -s .build/compile_commands.json
|
|
@ -0,0 +1 @@
|
|||
../scripts/bootstrap.sh
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cmake --build .build
|
|
@ -0,0 +1 @@
|
|||
../scripts/build.sh
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cmake -S . -B .build -G Ninja -D CMAKE_EXPORT_COMPILE_COMMANDS=ON
|
||||
ln --symbolic --force .build/compile_commands.json
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
cmake --build .build
|
Loading…
Reference in New Issue