You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
183 B

  1. # cotire example project
  2. cmake_minimum_required(VERSION 2.8.12)
  3. project (CotireExample)
  4. set (CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/CMake")
  5. include(cotire)
  6. add_subdirectory(src)