aboutsummaryrefslogtreecommitdiffstats
path: root/capstone/capstone-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'capstone/capstone-config.cmake.in')
-rw-r--r--capstone/capstone-config.cmake.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/capstone/capstone-config.cmake.in b/capstone/capstone-config.cmake.in
new file mode 100644
index 000000000..93ac2814e
--- /dev/null
+++ b/capstone/capstone-config.cmake.in
@@ -0,0 +1,6 @@
+@PACKAGE_INIT@
+
+set_and_check(capstone_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_INCLUDEDIR@")
+set_and_check(capstone_LIB_DIR "${PACKAGE_PREFIX_DIR}/@CMAKE_INSTALL_LIBDIR@")
+
+include("${CMAKE_CURRENT_LIST_DIR}/capstone-targets.cmake")