-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GSoC 2021: Enhancing clang-bind #14
base: master
Are you sure you want to change the base?
Conversation
@kunaltyagi @larshg |
Overall it looks good. |
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[Have a look at the shell script](https://github.com/PointCloudLibrary/clang-bind/blob/7bdcbcdf3d7bbc9ad706a5184d634f4524d29428/init_bindings.sh#L19-L21). |
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I meant: do we need to build PCL before starting with PCL bindings or just PCL's CMake configured?
6211bfd
to
77fe26d
Compare
77fe26d
to
8abcbb5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Roughly LGTM. Will merge once you're happy @divmadan
No description provided.