Moved all CMake modules and launcher templates to designated directory
Let's not pollute root directory with various files
This commit is contained in:
parent
c519e76280
commit
680d1b2dd6
16 changed files with 2 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
cmake_minimum_required( VERSION 2.8.7 )
|
||||
|
||||
include(../precompiled_headers.cmake)
|
||||
include(precompiled_headers)
|
||||
|
||||
if( COMMAND cmake_policy )
|
||||
cmake_policy( SET CMP0003 NEW )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue