cmake BOOST_HAS_ICU examples

polarphp/polarphp thirdparty/boost/CMakeLists.txt :25

set_target_properties(
   boost_regex
   PROPERTIES
   INTERFACE_INCLUDE_DIRECTORIES "${CMAKE_CURRENT_SOURCE_DIR}/include"
   COMPILE_DEFINITIONS "BOOST_HAS_ICU"
   )