This repository serve as a backup for my Maxwell-TD code
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.
 
 
 
 
 
 
Qi Jian Lim 6c05defaa1 Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
..
cmake Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
packages/addon1 Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
CMakeLists.txt Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
PackagesList.cmake Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
ProjectName.cmake Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
README Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
TPLsList.cmake Fix: add HybridMesher as normal source folder (not submodule) 3 months ago
Version.cmake Fix: add HybridMesher as normal source folder (not submodule) 3 months 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.