Cloned SEACAS for EXODUS library with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
lib 96dbec27e0 Initial commit 2 years ago
..
cmake Initial commit 2 years ago
packages/addon1 Initial commit 2 years ago
CMakeLists.txt Initial commit 2 years ago
PackagesList.cmake Initial commit 2 years ago
ProjectName.cmake Initial commit 2 years ago
README Initial commit 2 years ago
TPLsList.cmake Initial commit 2 years ago
Version.cmake Initial commit 2 years ago

README

#
# TribitsExampleProjectAddons Documentation
#

This directory defines a CMake TriBITS Repository. It is designed to provide
a simple example to demonstrate how to add on additional CMake TriBITS
packages to an existing TriBITS CMake project.

This TriBITS repository is designed to be placed (cloned, copied, or
symlinked) under the TribitsExampleProject repository using the structure:

TribitsExampleProject/
TribitsExampleProjectAddons/

Then configure the base TribitsExampleProject like before, except add the
cmake cache var:

-DTribtsExProj_EXTRA_REPOSITORIES=TribitsExampleProjectAddons \

and then build and test as before.