https://github.com/southernmethodistuniversity/fmt_example
https://github.com/southernmethodistuniversity/fmt_example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/southernmethodistuniversity/fmt_example
- Owner: SouthernMethodistUniversity
- Created: 2022-09-30T13:31:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T14:25:36.000Z (almost 4 years ago)
- Last Synced: 2025-03-03T03:13:22.148Z (over 1 year ago)
- Language: C++
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```