summaryrefslogtreecommitdiffstats
path: root/cmake/FindYAT.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/FindYAT.cmake')
-rw-r--r--cmake/FindYAT.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/FindYAT.cmake b/cmake/FindYAT.cmake
new file mode 100644
index 0000000..0d3ec56
--- /dev/null
+++ b/cmake/FindYAT.cmake
@@ -0,0 +1,5 @@
+
+find_package(PkgConfig)
+pkg_check_modules(YAT yat>=1.7.7)
+
+find_library(YAT_LIB yat ${YAT_LIBRARY_DIRS})