~robert-ancell/bake/osx-stat

« back to all changes in this revision

Viewing changes to tests/c++-program-install-directory/Recipe

  • Committer: Robert Ancell
  • Date: 2013-05-25 07:57:56 UTC
  • mto: This revision was merged to the branch mainline in revision 565.
  • Revision ID: robert.ancell@gmail.com-20130525075756-i345nr4wvandpjs6
Move directory options into new options format

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
programs.test {
6
6
  sources = test.cpp
7
 
  install-directory = $(binary-directory)/test
 
7
  install-directory = $(options.binary-directory)/test
8
8
}