From 1975e2334f8e0b29a002452356889734a8b4c84f Mon Sep 17 00:00:00 2001 From: Yizhe Liu Date: Mon, 9 Mar 2020 18:23:31 -0700 Subject: [PATCH] add FindIxcom.cmake --- FindIxcom.cmake | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 FindIxcom.cmake diff --git a/FindIxcom.cmake b/FindIxcom.cmake new file mode 100644 index 0000000..6521486 --- /dev/null +++ b/FindIxcom.cmake @@ -0,0 +1,7 @@ +include("GenericFindDependency") +option(libixcom_ENABLE_TESTS "" OFF) +GenericFindDependency( + TARGET ixcom + SOURCE_DIR "c" + SYSTEM_INCLUDES + )