Skip to content

Commit

Permalink
[Various] #1459 - make use of r14578.
Browse files Browse the repository at this point in the history
git-svn-id: https://chaste.cs.ox.ac.uk/svn/chaste/projects/template@14579 b5f69653-2bf5-0310-8201-b0dafb8e1405
  • Loading branch information
jonc125 committed Jan 10, 2012
1 parent 746c51f commit 1b3965d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions SConscript
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Copyright (C) University of Oxford, 2005-2011
"""Copyright (C) University of Oxford, 2005-2012
University of Oxford means the Chancellor, Masters and Scholars of the
University of Oxford, having an administrative office at Wellington
Expand Down Expand Up @@ -35,13 +35,12 @@ Import("*")
# Other things will probably go wrong if this is not the case...
project_name = os.path.basename(os.path.dirname(os.path.dirname(os.getcwd())))

# Determine Chaste libraries to link against.
# Note that order does matter!
# Select which line to uncomment based on what your project needs.
chaste_libs_used = comp_deps['core']
#chaste_libs_used = ['cell_based'] + comp_deps['cell_based']
#chaste_libs_used = ['heart'] + comp_deps['heart']
#chaste_libs_used = ['cell_based', 'heart'] + comp_deps['heart']
# Chaste libraries used by this project.
# Select which line to uncomment based on what your project needs, or alter as required.
chaste_libs_used = ['core']
#chaste_libs_used = ['cell_based']
#chaste_libs_used = ['heart']
#chaste_libs_used = ['cell_based', 'heart']

# Do the build magic
result = SConsTools.DoProjectSConscript(project_name, chaste_libs_used, globals())
Expand Down

0 comments on commit 1b3965d

Please sign in to comment.