Comment 4 for bug 1162727

Revision history for this message
Robert Ancell (robert-ancell) wrote :

I think this should be possible with Bake at least 0.1.44 since I backed off a lot of the automatic files that were generated. The main issue with libraries is both static and dynamic forms are generated and installed (bug 1335022).

project {
  name = test
}

options {
  module-directory {
    description = Place to install the modules
    default = $(options.library-directory)/test-modules
  }
}

libraries.testmodule {
  sources = testmodule.c
  install-directory = $(options.module-directory)
}