# -*- mode:python;indent-tabs-mode:nil;show-trailing-whitespace:t; -*- # # Project settings for devel 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 = { } include_path = [ "#external/cxxtest", "#" ] library_path = [] libraries = ["devel", "protocols.7", "protocols.6", "protocols_f.5", "protocols_e.5", "protocols_d.5", "protocols_c.5", "protocols_b.5", "protocols_a.5", "protocols_h.4", "protocols_g.4", "protocols_f.4", "protocols_e.4", "protocols_d.4", "protocols_c.4", "protocols_b.4", "protocols_a.4", "protocols.3", "protocols_b.2", "protocols_a.2", "protocols.1", "core.5", "core.4", "core.3", "core.2", "core.1", "basic", "numeric", "utility", "ObjexxFCL", "z", "cppdb", "sqlite3" ] subprojects = [] testinputfiles = [ ]