Forgotten compile flag

dev-ui
Piotr Dziwinski 2013-06-26 20:40:11 +02:00
parent 41fa8458c2
commit 26870551d7
1 changed files with 3 additions and 0 deletions

View File

@ -178,6 +178,9 @@ else()
add_definitions(-DTEST_VIRTUAL=)
endif()
if(DEV_BUILD)
add_definitions(-DEV_BUILD)
endif()
##
# Additional settings to use when cross-compiling with MXE (http://mxe.cc/)