7 lines
199 B
CMake
7 lines
199 B
CMake
include(cotire OPTIONAL)
|
|
|
|
if(COMMAND cotire)
|
|
option(CMLIB_COTIRE_ENABLE_PRECOMPILED_HEADER "Enable precompiled headers" OFF)
|
|
option(CMLIB_COTIRE_ADD_UNITY_BUILD "Enable unity build" OFF)
|
|
endif()
|