Re: [CMake] local and system installs that include python and shell scripts

2012-06-27 Thread Yuri Timenkov
I think it should be quite common case in KDE community, since GUI usually have resources, but I don't know if apps can run from build dir. We use custom commands for these purposes, something like this: get_filename_component(destPath "${destName}" PATH) add_custom_command(OUTPU

[CMake] local and system installs that include python and shell scripts

2012-06-22 Thread Ateljevich, Eli
Hi again, My project is set up so that the compiled targets naturally get output to a structure that looks like a "development mode" installation: /myproj /build /bin /lib /include This is convenient for some users ... it is the sort of code people tinker with, and I think a