[M5] verify-curated-db.sh + boost recipe (header-only)
This commit is contained in:
8
scripts/curated-snippets/spdlog.cpp
Normal file
8
scripts/curated-snippets/spdlog.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <spdlog/spdlog.h>
|
||||
import std;
|
||||
|
||||
int main() {
|
||||
spdlog::set_level(spdlog::level::info);
|
||||
spdlog::info("spdlog ok");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user