Group,
I need to repackage my Windows installs, adding a few extra files to the
install. I use to do this through the CMakeLists.txt file found in the
Applications/ParaView source directory, inserting the lines:
INSTALL(FILES fileName
DESTINATION ${PV_INSTALL_BIN_DIR}
PERMISSIONS OWNER_WRITE OWNER_READ OWNER_EXECUTE GROUP_READ GROUP_EXECUTE
WORLD_READ
COMPONENT Runtime)
How should this be done now? What CMakeLists.txt file should I edit?
Thanks,
Alan
_______________________________________________
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 ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview