Hi all, I have a library project with some assocaited tests.
The library is build in myproject/src directory, while tests are built in myproject/tests directory.
Everything builds fine under MSVC2010, resulting DLL is stored in myproject/src/Debug.
However, if I try to run the test, it complains that the DLL cannot be found.
The dependency of test project on the library project seems to be set correctly.
Any ideas? Martin -- 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