mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-17 23:57:14 +02:00
Use default cpp fmt build script.
This commit is contained in:
7
vendor/Fmt/test/header-only-test.cc
vendored
Normal file
7
vendor/Fmt/test/header-only-test.cc
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
// Header-only configuration test
|
||||
|
||||
#include "fmt/core.h"
|
||||
|
||||
#ifndef FMT_HEADER_ONLY
|
||||
# error "Not in the header-only mode."
|
||||
#endif
|
Reference in New Issue
Block a user