On 10/28/2011 08:15 PM, Paul Hudson wrote: > Hi all, > > We are just starting to use CMake. Does anyone have recommendations for > folder structure, CMakeLists.txt examples?
I just suggest you use an out-of-source build folder. Furthermore, we do a local install with relative folder names. I.e. 'make install' will create the folder structure inside the build folder. That way we make no assumptions, when creating e.g. tbz2 archive for our customers on Linux, where the default deployment location is of the plugin is, on the client's side. .mm _______________________________________________ Nuke-dev mailing list [email protected], http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-dev
