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()