Skip to content

Commit

Permalink
Add cotire module to cmake to create precompiled headers
Browse files Browse the repository at this point in the history
  • Loading branch information
Zegeri committed Sep 17, 2018
1 parent f058208 commit d4e58e1
Show file tree
Hide file tree
Showing 13 changed files with 4,224 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project(OpenXRay)
include(${PROJECT_SOURCE_DIR}/cmake/utils.cmake)

set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)
include(cotire)

find_program(CCACHE_FOUND ccache)
if(CCACHE_FOUND)
Expand Down
Loading

0 comments on commit d4e58e1

Please sign in to comment.