aboutsummaryrefslogtreecommitdiffstats
path: root/ApiExtractorConfig.cmake.in
blob: 24eacdeeda5ffd2e74252c2d2147f0eeb37c77a6 (plain)
1
2
3
4
5
6
# - try to find APIEXTRACTOR
#  APIEXTRACTOR_INCLUDE_DIR   - Directories to include to use APIEXTRACTOR
#  APIEXTRACTOR_LIBRARIES     - Files to link against to use APIEXTRACTOR

SET(APIEXTRACTOR_INCLUDE_DIR "@CMAKE_INSTALL_PREFIX@/include/apiextractor")
SET(APIEXTRACTOR_LIBRARY "apiextractor")