On 2010-06-17 16:23:09 +0200, Janosch Peters said:
3. Copy python files during installation

The python module needs some python files along with the compiled C
module. Currently, I just copy all the stuff using cmakes file()
command. That means, all files are created when the user types in
"cmake .". It would be better if the files would not be copied until
the user says "make install".

Is there a way that the "file()" commands are somehow converted to
similar commands in the makefile?

Ok I found out myself that this can be done with the INSTALL command, too.


--
Janosch


_______________________________________________
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