FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
json/meson.build at develop · 702260/json · GitHub
702260
/
json
Public
forked from
nlohmann/json
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
json
/
meson.build
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (19 loc) · 552 Bytes
Breadcrumbs
json
/
meson.build
Copy path
File metadata and controls
23 lines (19 loc) · 552 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
project
(
'
nlohmann_json
'
,
'
cpp
'
,
version
:
'
3.9.1
'
,
license
:
'
MIT
'
,
)
nlohmann_json_dep
=
declare_dependency
(
include_directories
:
include_directories
(
'
single_include
'
)
)
nlohmann_json_multiple_headers
=
declare_dependency
(
include_directories
:
include_directories
(
'
include
'
)
)
if
not
meson
.is_subproject()
install_headers
(
'
single_include/nlohmann/json.hpp
'
,
subdir
:
'
nlohmann
'
)
pkgc
=
import
(
'
pkgconfig
'
)
pkgc.generate(
name
:
'
nlohmann_json
'
,
version
:
meson
.project_version(),
description
:
'
JSON for Modern C++
'
)
endif
Back
|
FazBrowse Home
|
New Git URL