Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
vnfsdk
/
ves-agent
/
6c27d22ac7af3d1379a5448eef5894083bcae9ec
/
.
/
veslibrary
/
ves_cpplibrary
/
src
/
cmake
/
thriftConfig.cmake
blob: 0c0bb5f92e221ee0d1806289bc334d248a191333 [
file
] [
log
] [
blame
]
find_library
(
THRIFT_LIBRARY libthrift
.
a
)
find_path
(
THRIFT_INCLUDE_DIR thrift
/
Thrift
.
h
)
message
(
"thrift include dir: ${THRIFT_INCLUDE_DIR}"
)
message
(
"thrift library dir: ${THRIFT_LIBRARY}"
)