Skip to content

SouthernMethodistUniversity/fmt_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example Repo Using the fmt Library with CMake

Getting, Building, and Running the Example

git clone --recursive https://github.com/SouthernMethodistUniversity/fmt_example
cd fmt_example
# If on M2: `module load gcc-9.2 cmake`
# If on MP: `module load dev`
mkdir build
cd build
cmake ..
make
./hello_world

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published