build.rb 233 B

123456789101112
  1. require 'mxx_ru/cpp'
  2. MxxRu::Cpp::composite_target( Mxx_ru::BUILD_ROOT ) {
  3. toolset.force_cpp14
  4. global_include_path "."
  5. # global_define( "ARGS_WSTRING_BUILD" )
  6. required_prj( "tests/prj.rb" )
  7. required_prj( "samples/prj.rb" )
  8. }