mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-23 10:37:11 +02:00
Use default cpp fmt build script.
This commit is contained in:
6
vendor/Fmt/test/find-package-test/main.cc
vendored
Normal file
6
vendor/Fmt/test/find-package-test/main.cc
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
#include "fmt/format.h"
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
for(int i = 0; i < argc; ++i)
|
||||
fmt::print("{}: {}\n", i, argv[i]);
|
||||
}
|
Reference in New Issue
Block a user