`CMakeLists.txt` in this directory can be used to build the C++ side and generate `compile_commands.json` for the Cursor C++ extension.

**Generate compile_commands.json**

From this directory (`common/cpp/cursor`):

```bash
./generate-and-copy.sh
```
