Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
8249e673
Unverified
Commit
8249e673
authored
Jul 17, 2019
by
kevin1018
Committed by
GitHub
Jul 17, 2019
Browse files
Add install adapters header files
parent
f5f855c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
8249e673
...
...
@@ -47,7 +47,10 @@ INSTALL(TARGETS hiredis
INSTALL
(
FILES hiredis.h read.h sds.h async.h
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/hiredis
)
INSTALL
(
DIRECTORY adapters
DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
/hiredis
)
INSTALL
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/hiredis.pc
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/pkgconfig
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment