I am trying to get the following directory configuration for lib/exe output within visual studio:
bin/Debug/aa.dll bin/Release/aa.dll bin/Release/models/bb.dll bin/Release/models/bb.dll The bin/Debug and bin/Release directories are the defaults when using "bin" as the binary directory. How can I get bb.dll and related files to be generated in the bin/debug/models directory? If I set LIBRARY_OUTPUT_PATH, it will always append a Debug or Release after whatever directory I specify. For example, bin/Release/models/Release. Does anybody know how to get files to be generated within different levels within the "bin" directory? Thanks, Jon _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
