I want to use CMake to configure a project that will build several applications. I would like things such that each built program ends up in a directory path like:
.../BuildDirectory/Debug/ApplicationName/AppliationName(.exe)


What is needed to cause CMake to configure this kind of build output?


_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to