Re: [CMake] cpack, deb file & static libraries

2010-11-20 Thread Eric Noulard
2010/11/20 Paolo Zaffino : > I try to explain better: > When I compile my source code, for building the foo executable is needed the > library bar.a > Both the files are building during the compile process...into the deb > package I want include foo but I don't want include bar.a Building and pack

Re: [CMake] cpack, deb file & static libraries

2010-11-20 Thread Eric Noulard
2010/11/20 Paolo Zaffino : > Dear all, > I builded a deb file using cpack. > The package work fine but I have a question for you. > During the compiling (run by cpack command) are generated some static > libraries that will be included into the package. > I don't want include the *.a files...do you

Re: [CMake] cpack, deb file & static libraries

2010-11-20 Thread Rolf Eike Beer
Am Samstag, 20. November 2010 schrieb Paolo Zaffino: > Dear all, > I builded a deb file using cpack. > The package work fine but I have a question for you. > During the compiling (run by cpack command) are generated some static > libraries that will be included into the package. > I don't want incl

[CMake] cpack, deb file & static libraries

2010-11-20 Thread Paolo Zaffino
Dear all, I builded a deb file using cpack. The package work fine but I have a question for you. During the compiling (run by cpack command) are generated some static libraries that will be included into the package. I don't want include the *.a files...do you know a way for exclude them from th