Sha256: 13bca2c672c2989afd9ec723dc4c87b7922a83863d6e3e9c11a0e955042a2513

Contents?: true

Size: 369 Bytes

Versions: 10

Compression:

Stored size: 369 Bytes

Contents

$:.unshift File.join(File.dirname(__FILE__),"..","..","lib")
require 'cxxproject'
BuildDir = "BuildDir"

dependent_projects =  ['./project.rb']
CxxProject2Rake.new(dependent_projects, BuildDir, "gcc", './')

unittest_flags = {
  :DEFINES => ['UNIT_TEST','CPPUNIT_MAIN=main'],
  :FLAGS => "-O0 -g3 -Wall"
}
toolchain = Provider.modify_cpp_compiler("gcc", unittest_flags)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cxxproject-0.6.29 example/custom/Rakefile.rb
cxxproject-0.6.28 example/custom/Rakefile.rb
cxxproject-0.6.27 example/custom/Rakefile.rb
cxxproject-0.6.26 example/custom/Rakefile.rb
cxxproject-0.6.25 example/custom/Rakefile.rb
cxxproject-0.6.24 example/custom/Rakefile.rb
cxxproject-0.6.23 example/custom/Rakefile.rb
cxxproject-0.6.21 example/custom/Rakefile.rb
cxxproject-0.6.18 example/custom/Rakefile.rb
cxxproject-0.6.17 example/custom/Rakefile.rb