1CMAKE_RUNTIME_OUTPUT_DIRECTORY_<CONFIG> 2--------------------------------------- 3 4.. versionadded:: 3.3 5 6Where to put all the :ref:`RUNTIME <Runtime Output Artifacts>` 7target files when built for a specific configuration. 8 9This variable is used to initialize the 10:prop_tgt:`RUNTIME_OUTPUT_DIRECTORY_<CONFIG>` property on all the targets. 11See that target property for additional information. 12