Skip to content
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

Binding flow #28

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

Binding flow #28

wants to merge 9 commits into from

Conversation

diivm
Copy link
Collaborator

@diivm diivm commented Aug 15, 2021

WIP

for target in targets
}
library_targets_objs = filter(
lambda target: target.get_type() == "SHARED_LIBRARY", self.targets.values()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about STATIC build?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Didn't see it in pcl, so didn't get to test how it is.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PCL_SHARED_LIBS can be used to choose between shared and static library for pcl

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please provide a reference link or example?

Copy link
Member

@kunaltyagi kunaltyagi Aug 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmake -DPCL_SHARED_LIBS:BOOL=FALSE or similar

- `is_cursor_in_file` -> `is_cursor_in_files`: support multiple files
- update `_is_valid_child` to also check for inclusion sources too
@diivm diivm changed the title Binding modules Binding flow Aug 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants