summaryrefslogtreecommitdiffstats
path: root/veslibrary/ves_cpplibrary/src/cmake/thriftConfig.cmake
blob: 0c0bb5f92e221ee0d1806289bc334d248a191333 (plain)
1
2
3
4
5
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}")