hy3/compile_commands_cmake.sh
outfoxxed b171721e66
Initial commit
Some progress already but have to commit somewhere
2023-04-12 01:33:00 -07:00

6 lines
162 B
Bash
Executable file

mkdir -p build
cd build
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..
mv compile_commands.json ..
cd ..
sed -i 's/-std=gnu++23/-std=gnu++2b/g' compile_commands.json