I am working on some CMake Code where I would like some libraries to
be placed inside a "plugins" folder in the following path:

${PROJECT_BINARY_DIR}/bin/plugins.

Works fine with Makefiles. Problem is on Visual Studio. I get my
executables in ${PROJECT_BINARY_DIR}/bin/Debug/myexe.exe
 but the plugins get put in
${PROJECT_BINARY_DIR}/bin/plugins/myplugin.dll

Working through this in my head I know this is a "Compile" time
problem and probably can't be solved at "CMake" time because cmake has
no idea what configuration I am going to build my app in. Would a post
build step be required for this or something else?
_________________________________________________________
Mike Jackson                  mike.jack...@bluequartz.net
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio
_______________________________________________
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

Reply via email to