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
..
hello_world 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

README

This is a simple raw CMake project that is used to contrast with the raw
CMake project in ../RawHelloWorld/.

To configure this, you just create a build dir as:

$ cd $SOME_BASE_DIR
$ mkdir BUILD
$ cd BUILD

and then configure, build, and test with:

$ cmake $TRIBITS_DIR/doc/example/TribitsHelloWorld
$ make
$ ctest