Alan, What files are you packaging, if I may ask? You should still be able to add such install rules to Applications/ParaView/CMakeLists.txt, just replace PV_INSTALL_BIN_DIR with VTK_INSTALL_RUNTIME_DIR.
Utkarsh On Fri, Dec 14, 2012 at 7:01 PM, Scott, W Alan <[email protected]> wrote: > 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 > _______________________________________________ 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
