From 26870551d726192e35a78f995c5b3feb07351577 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Wed, 26 Jun 2013 20:40:11 +0200 Subject: Forgotten compile flag --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 926ab92..9fefc12 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/) -- cgit v1.2.3-1-g7c22