An open API service indexing awesome lists of open source software.

https://github.com/southernmethodistuniversity/fmt_example


https://github.com/southernmethodistuniversity/fmt_example

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Example Repo Using the fmt Library with CMake

## Getting, Building, and Running the Example

```sh
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
```