Добавлен файл

This commit is contained in:
Andrei Astafev 2020-04-18 21:06:10 +03:00
parent 81b3a19a55
commit 0dbfda298f

6
CMLibCotire.cmake Normal file
View File

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