You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# DCMAKE_EXPORT_COMPILE_COMMANDS=ON generates compile_commands.json in build folder,
|
|
# which clangd will pick up
|
|
# Without this, clangd might assume the wrong C++ version
|
|
cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ..
|
|
python3 packer.py
|
|
cmake --build . |