I'm developing a software package which consists of a GUI application and a command line program. Both programs share common libraries, and essentially they only differ in which UI components each program uses.

I would like to use CMake to handle the build project of this package, but as I never used CMake to pull this off I don't even know if it is possible. So, does anyone have any experience using CMake to set a project with multiple executables sharing commong libraries? If it is possible what's the best way to pull this off?


Thanks in advance,
Rui Maciel
--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to