cmlib/CMLibCotire.cmake

7 lines
190 B
CMake
Raw Normal View History

2020-04-18 18:06:10 +00:00
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()