Jamfile.v2 226 B

123456789
  1. project
  2. : requirements
  3. <library>/boost/filesystem//boost_filesystem
  4. <define>BOOST_ALL_NO_LIB
  5. ;
  6. test-suite "missing_dependencies" :
  7. [ run test.cpp lib//<link>static ]
  8. ;
粤ICP备19079148号