Release 1.0.3

This commit is contained in:
arcan1s
2013-08-30 19:18:24 +04:00
parent 176918b005
commit cdbaa00d06
69 changed files with 526 additions and 118 deletions

View File

@ -6,13 +6,9 @@ cmake_policy(SET CMP0015 NEW)
# set project name
set (PROJECT ${MM_PREFIX}statgen)
set (_PROJECT mm_statgen)
# set additional cmake file
include (${PROJECT}.cmake)
# additional options
OPTION (WITH_DEBUG_MODE "Build with debug mode" OFF)
OPTION (ADD_INCLUDE "Add include files" OFF)
include (${_PROJECT}.cmake)
# set libraries
set (LIBRARIES)