Sha256: b2e3c3029b8166f79a732d6a320cc830e88d83062f3c20fbf4ceaa509cfffe19
Contents?: true
Size: 325 Bytes
Versions: 3
Compression:
Stored size: 325 Bytes
Contents
require 'cxxproject' BuildDir = "BuildDir" unittest_flags = { :DEFINES => ['UNIT_TEST','CPPUNIT_MAIN=main'], :FLAGS => "-O0 -g3 -Wall" } toolchain = Provider.modify_cpp_compiler("<%= toolchain %>", unittest_flags) dependent_projects = ['./project.rb'] CxxProject2Rake.new(dependent_projects, BuildDir, toolchain, './')
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cxxproject-0.6.9 | lib/tools/Rakefile.rb.template |
cxxproject-0.6.6 | lib/tools/Rakefile.rb.template |
cxxproject-0.6.5 | lib/tools/Rakefile.rb.template |