Hello all, I am dealing with a problem about the output path. At present I just do like this,
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_INSTALL_PREFIX}/bin") set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_INSTALL_PREFIX}/lib") And in fact the full path will be "${CMAKE_INSTALL_PREFIX}/bin/{Debug|Release}/", the all .exe .dll .pdb files will be generated there. Now I have a DLL target which should be in bin/plugins, I try a way which generates {Debug|Release} folders under the bin folder, that's unnecessary. I prefer a more clear output directory structure like ${CMAKE_INSTALL_PREFIX}/{Debug|Release}/bin/plugin, how should I do ? Thanks ! -- BR, BZ
<<attachment: Bo_Schwarzstein.vcf>>
_______________________________________________ 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