Uh oh!
There was an error while loading. Please reload this page.
GSoC 2021: Enhancing clang-bind - #14
Conversation
diivm
commented
Aug 26, 2021
@kunaltyagi@larshg |
Uh oh!
There was an error while loading. Please reload this page.
larshg
commented
Aug 27, 2021
Overall it looks good. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| 3. Create the API directory `build/.cmake/api/v1/query`. | ||
| 4. Create the file `build/.cmake/api/v1/query/codemodel-v2` and leave it empty. |
There was a problem hiding this comment.
Perhaps a small script (in the code base and reference it here):
* Configure your project build as normal
* Run `mkdir -p .cmake/api/v1/query && touch .cmake/api/v1/query/codemodel-v2` in the root of the cmake build tree (usually the `build` folder)
* `cmake .` to reconfigure cmake
PS: Do we need the project to be built before we start working?
There was a problem hiding this comment.
Do we need the project to be built before we start working?
Yes. We need both cmake-file-api and compilation db.
There was a problem hiding this comment.
I meant: do we need to build PCL before starting with PCL bindings or just PCL's CMake configured?
6211bfd to
77fe26dCompare77fe26d to
8abcbb5Compare
kunaltyagi
left a comment
There was a problem hiding this comment.
Roughly LGTM. Will merge once you're happy @divmadan
No description provided.