Sha256: 3bfcca324c557e027558386da34396bd61aed530e4b92da5e17440f5c3451844

Contents?: true

Size: 322 Bytes

Versions: 18

Compression:

Stored size: 322 Bytes

Contents

require 'cxxproject'
BuildDir = "BuildDir"

unittest_flags = {
  :DEFINES => ['UNIT_TEST','CPPUNIT_MAIN=main'],
  :FLAGS => "-O0 -g3 -Wall"
}
toolchain = Provider.modify_cpp_compiler("GCC", unittest_flags)
dependent_projects =  ['./project.rb']
CxxProject2Rake.new(dependent_projects, BuildDir, toolchain, './')

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
cxxproject-0.5.76 lib/tools/Rakefile.rb.template
cxxproject-0.5.75 lib/tools/Rakefile.rb.template
cxxproject-0.5.74 lib/tools/Rakefile.rb.template
cxxproject-0.5.73 lib/tools/Rakefile.rb.template
cxxproject-0.5.72 lib/tools/Rakefile.rb.template
cxxproject-0.5.71 lib/tools/Rakefile.rb.template
cxxproject-0.5.70 lib/tools/Rakefile.rb.template
cxxproject-0.5.69 lib/tools/Rakefile.rb.template
cxxproject-0.5.68 lib/tools/Rakefile.rb.template
cxxproject-0.5.67 lib/tools/Rakefile.rb.template
cxxproject-0.5.66 lib/tools/Rakefile.rb.template
cxxproject-0.5.65 lib/tools/Rakefile.rb.template
cxxproject-0.5.64 lib/tools/Rakefile.rb.template
cxxproject-0.5.63 lib/tools/Rakefile.rb.template
cxxproject-0.5.62 lib/tools/Rakefile.rb.template
cxxproject-0.5.61 lib/tools/Rakefile.rb.template
cxxproject-0.5.60 lib/tools/Rakefile.rb.template
cxxproject-0.5.59 lib/tools/Rakefile.rb.template