3 lines
No EOL
145 B
Bash
Executable file
3 lines
No EOL
145 B
Bash
Executable file
#!/bin/sh
|
|
script_dir="$(dirname "$0")"
|
|
cmake -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++ -D CMAKE_BUILD_TYPE=Debug -S "$script_dir/.." -B . |