1 2 3 4 5
function(custom_post_configure_target TARGET) set_target_properties(${TARGET} PROPERTIES LINK_OPTIONS -static-libstdc++ ) endfunction()