summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CVC4Config.cmake.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake/CVC4Config.cmake.in b/cmake/CVC4Config.cmake.in
new file mode 100644
index 000000000..f2eec75c6
--- /dev/null
+++ b/cmake/CVC4Config.cmake.in
@@ -0,0 +1,5 @@
+@PACKAGE_INIT@
+
+if(NOT TARGET CVC4::cvc4)
+ include(${CMAKE_CURRENT_LIST_DIR}/CVC4Targets.cmake)
+endif()
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback