[CMake] CPack and Tcl
Patrick D. Emond
patrickdemond at gmail.com
Tue Jul 17 16:49:48 EDT 2007
Hello,
I have packaged my VTK-based application using CPack. I figured out
that in order to include the VTK libraries into my package was to use
the following line:
SET(CPACK_INSTALL_CMAKE_PROJECTS
"${MyProject_BINARY_DIR};MyProject;ALL;/;${VTK_DIR};VTK Runtime
Libs;RuntimeLibraries;/")
My project also requires Tcl, but I'm not sure how to include the
relevant libraries like I have for VTK. Does anyone know how to do
this? Specifically, if I were to create a win32 install package,
tcl84.dll would need to be included in that package.
Currently I'm installing Tcl along with my own package on a computer in
order for it to run, but I'd really like to package everything together
into a single install program.
Thanks,
Patrick
More information about the CMake
mailing list