2 # Try to find the Riverbed TurboCap library.
5 # Try to find the header
6 find_path(TC_INCLUDE_DIR TcApi.h)
8 # Try to find the library
9 find_library(TC_LIBRARY TcApi)
11 include(FindPackageHandleStandardArgs)
12 find_package_handle_standard_args(TC