This website requires JavaScript.
Explore
Help
Sign In
External
/
json
Watch
8
Star
0
Fork
0
You've already forked json
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f42b31b918
json
/
tests
/
cmake_import
/
project
/
main.cpp
9 lines
103 B
C++
Raw
Normal View
History
Unescape
Escape
cmake: add import config tests
2018-09-26 17:46:34 +03:00
#
include
<nlohmann/json.hpp>
Format more files in tests directory
2022-07-25 14:08:30 +03:00
int
main
(
int
argc
,
char
*
*
argv
)
cmake: add import config tests
2018-09-26 17:46:34 +03:00
{
nlohmann
:
:
json
j
;
return
0
;
}
Reference in New Issue
Copy Permalink