I have a project that I want to use cmake with, but the project builds several DLL's and uses several .pem certificates that all need to be in the same directory before the application can run. As things stand right now, I run "nmake test" and all my tests fail because my application doesn't have all of the dependencies it needs to run. If I run a "nmake install" it puts all the dependencies where they belong and the program runs.
Is there any way of telling ctest that I want to do a "nmake DESTDIR=./test_dir install" and then run all the ctests from the applications installed into that directory? -- Shane
_______________________________________________ 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 CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake