Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
github.com
/
open-source-parsers
/
jsoncpp
/
da9e17d25766b1bb0dcad1b81de35b6e3a2b5cb0
/
.
/
include
/
CMakeLists.txt
blob: dc40d95e83272418e3772546e272c2b66713ed82 [
file
] [
log
] [
blame
]
file
(
GLOB INCLUDE_FILES
"json/*.h"
)
install
(
FILES
$
{
INCLUDE_FILES
}
DESTINATION $
{
CMAKE_INSTALL_INCLUDEDIR
}/
json
)