falcong / pugixml

Automatically exported from code.google.com/p/pugixml
0 stars 0 forks source link

CMakeLists.txt should include building of shared lib and install libs and headers #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What feature do you require in pugixml?
Support for building shared and static libs in cmake. And also have it install 
the libs and the headers.

What do you need this feature for?

If you already have a patch, please attach it to the issue.
Done.

Original issue reported on code.google.com by amr.hassan on 22 Sep 2011 at 12:49

Attachments:

GoogleCodeExporter commented 9 years ago
I've submitted the install changes in r885; building of shared library was 
already contributed to CMakeLists.txt, it's controlled with BUILD_SHARED_LIBS 
parameter.

Thanks!

Original comment by arseny.k...@gmail.com on 23 Mar 2012 at 6:10