-
Notifications
You must be signed in to change notification settings - Fork 0
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
Question on usage #8
Comments
Yes. The |
@SoilRos is fully right. Here is a link to the full signature you are looking for. If you achieve something cool with this, let us know @qlibp , I wrote this a while back and still think it is nice, but I have only ever used it once. |
Thank you all, and I'm trying to use it with the ROS eco-system, if I could make any progress on it, I will let you know. For now, some guy from the community have provided a simple python script that extract information within You could checkout the concrete usage from the following links:
The methods above is not quite fitting my ideal workflow as not every third party libs provide So, the reason why |
Just another question: is it possible to link a gcc-pre-built lib? |
@dokempf Just play around the ROS env and try to generate the pcl related lib and directories. Just curious about mechanism on how to generate include share lib name?
is there a better way to generate a precise name automatically? Or I need to manually write down? |
Suggestion on readme: It would be better to tell the user that they need to first activate the conda env before calling xeus-cling-cmake-setup/README.md Line 61 in a8f955c
|
Thanks for the suggestion @qlibp, I added it to the README. |
If I just wanna bring in the necessary dependencies, but not building a target, is it possible to call the function without targets?
Saying that I make some
find_package()
calls, then invokexeus_cling_setup()
with the found libs and include directories without providing a target object.The text was updated successfully, but these errors were encountered: