Hi, My project hierarchy is as shown below
Code ;Root cmake file Code/Src ;Main Source code and the cmake file Code/lib/reverse ; Library source code and the cmake file When I compile the project I get the outputs in these folder structure BuildDir\src\Debug ;Main executable BuildDir\src\lib\reverse\Debug ; reverse.dll library directory What is the right method to get the path to the library (reverse.dll) directory? or can you please suggest a method to get this path in a portable (crossplatform) way? Thanks, Lloyd
-- 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