# -*- mode:python;indent-tabs-mode:nil;show-trailing-whitespace:t; -*- # # Project settings for demo tests. # (c) Copyright Rosetta Commons Member Institutions. # (c) This file is part of the Rosetta software suite and is made available under license. # (c) The Rosetta software is developed by the contributing members of the Rosetta Commons. # (c) For more information, see http://www.rosettacommons.org. Questions about this can be # (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu. ########### KEEP DIRECTORIES AND FILES IN ALPHABETICAL ORDER ########### sources = { "" : [ ], } testinputfiles = [ ] include_path = [ "#external/cxxtest", "#" ] library_path = [] libraries = [] subprojects = [ "sqlite3", "cppdb", ]