CMAKE: implemented method to disable a module via cmake

use -DDISABLED_AC_MODULES or config.cmake file to define it
This commit is contained in:
Yehonal
2017-03-20 16:51:47 +01:00
parent ab98e56839
commit 603753dfff
3 changed files with 10 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ CTOOLS=OFF
# use precompiled headers ( fatest compilation but not optimized if you change headers often )
CSCRIPTPCH=ON
CCOREPCH=ON
# use semicolon ; to separate modules
CDISABLED_AC_MODULES=""
# you can add your custom definitions here ( -D )
CCUSTOMOPTIONS=""