<div dir="ltr">What is correct way to tell cmake to copy frameworks into bundle when building on OS X? I suppose that my current solution with custom comand:<div><br><div>cp -r ${CMAKE_HOME_DIRECTORY}/${CMAKE_FRAMEWORK_PATH} ${BUNDLE_PATH}/Frameworks<br>
</div></div><div><br></div><div style>is not a best solution. Still looking for more pretty solution.</div></div>