summaryrefslogtreecommitdiffstats
path: root/BuildConfig.cmake
blob: a1260a396f4e85f188fce06fedbf08d2096bb824 (plain)
1
2
3
4
5
function(custom_post_configure_target TARGET)
    set_target_properties(${TARGET} PROPERTIES
				LINK_OPTIONS -static-libstdc++
    )
endfunction()