[CMake] Creating some kind of release target

Thomas Klausner tk at giga.or.at
Fri Mar 2 16:37:58 EST 2007


On Fri, Mar 02, 2007 at 01:45:08PM +0100, Ch.Ehrlicher wrote:
> Use out-of source build - there is no other way because the buildsystem does not know what files are created during the build.

Well, if I could specify what files I want to include in the source package,
I wouldn't care about any other created files.

Btw, can I let 'make dist' do the same as 'make package_source'?
I tried
ADD_CUSTOM_TARGET(dist DEPENDS package_source)
but that complains
make: don't know how to make package_source. Stop

Cheers,
 Thomas


More information about the CMake mailing list