Mercurial > retraceit
comparison CMakeLists.txt @ 37:0c05958d254c
(issue 13, 6) Add constant index number column to data and view
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 06 May 2015 17:17:13 +0200 |
parents | c09d38033fde |
children | 2cd76e6c0fcf |
comparison
equal
deleted
inserted
replaced
36:92bb9687d716 | 37:0c05958d254c |
---|---|
4 # This file is Free Software under the GNU GPL (v>=2) | 4 # This file is Free Software under the GNU GPL (v>=2) |
5 # and comes with ABSOLUTELY NO WARRANTY! | 5 # and comes with ABSOLUTELY NO WARRANTY! |
6 # See LICENSE.txt for details. | 6 # See LICENSE.txt for details. |
7 | 7 |
8 cmake_minimum_required(VERSION 2.8.8) | 8 cmake_minimum_required(VERSION 2.8.8) |
9 project(relayit) | 9 project(retraceit) |
10 | 10 |
11 | 11 |
12 ### Generic Setup | 12 ### Generic Setup |
13 | 13 |
14 #Old qtmain linking behavior to be compatible with cmake versions < 2.8.11 | 14 #Old qtmain linking behavior to be compatible with cmake versions < 2.8.11 |