From 0dbfda298fa9ba63962948cd405c1e9d0c1d4118 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 18 Apr 2020 21:06:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=84=D0=B0=D0=B9=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMLibCotire.cmake | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMLibCotire.cmake diff --git a/CMLibCotire.cmake b/CMLibCotire.cmake new file mode 100644 index 0000000..8d5b68a --- /dev/null +++ b/CMLibCotire.cmake @@ -0,0 +1,6 @@ +include(cotire) + +if(COMMAND cotire) + option(CMLIB_COTIRE_ENABLE_PRECOMPILED_HEADER "Enable precompiled headers" OFF) + option(CMLIB_COTIRE_ADD_UNITY_BUILD "Enable unity build" OFF) +endif()