How to add new static library projects to the existing Firebreath plugin solution?

130 views
Skip to first unread message

Prem

unread,
May 7, 2013, 6:00:36 AM5/7/13
to firebre...@googlegroups.com
Hi,

I've created the Firebreath plugin using fbgen.py and prep2012.cmd. Now I want to extend my plugin to work with a dependent static library project. How do I add a new static library projects to the existing Firebreath plugin solution?

Can I just have the dependent project and source files under the /Fb_root/projects/MyPlugin folder and add the existing project manually in VS2012 to MyPlugin solution?
or
Do I have to modify some cmake scripts to add the static library projects to existing MyPlugin solution?

The reason behind adding the static library project is do debug into the static library to achieve desired plugin functionality.

Thanks,
Prem

Gaurav Raj

unread,
May 7, 2013, 6:07:07 AM5/7/13
to firebre...@googlegroups.com
There are couple of ways to do this. You can include link the source files by adding them to the cmake script. You can also include the project in Visual Studio but that is not recommended. You can also build your library separately with static flags on and link it to the firebreath project like any other external library.



--
 
---
You received this message because you are subscribed to the Google Groups "firebreath-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebreath-de...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 



--
Gaurav Raj

Neil Griffiths

unread,
May 7, 2013, 10:01:44 AM5/7/13
to firebre...@googlegroups.com

Premkumar C

unread,
May 7, 2013, 10:25:30 AM5/7/13
to firebre...@googlegroups.com
Thanks Gaurav for the immediate response.

Could you give me some pointers to the first method "You can include link the source files by adding them to the cmake script"? I'm new to Firebreath. If there is any documentation available on this, could you please provide me the link?

Thanks,
Prem

Richard Bateman

unread,
May 7, 2013, 11:37:08 AM5/7/13
to firebre...@googlegroups.com

Neil just posted the exact information/link you are asking for.

Richard
Reply all
Reply to author
Forward
0 new messages