[BASH] allow additional custom config for cmake

This commit is contained in:
Yehonal
2016-07-31 10:51:09 +02:00
committed by Yehonal
parent cb34241544
commit e5f8ecd7ec
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -42,6 +42,8 @@ CTOOLS=0
# use precompiled headers ( fatest compilation but not optimized if you change headers often )
CSCRIPTPCH=1
CCOREPCH=1
# you can add your custom definitions here ( -D )
CCUSTOMOPTIONS=""
##############################################
#