Mercurial > trustbridge
comparison CMakeLists.txt @ 405:35d6b371ba63
Add License header for CMake and shell scripts
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 16 Apr 2014 13:30:24 +0000 |
parents | d10d9bc2e84f |
children | 09bb19e5e369 |
comparison
equal
deleted
inserted
replaced
404:17e1c8f37d72 | 405:35d6b371ba63 |
---|---|
1 # Copyright (C) 2014 by Bundesamt für Sicherheit in der Informationstechnik | |
2 # Software engineering by Intevation GmbH | |
3 # | |
4 # This file is Free Software under the GNU GPL (v>=2) | |
5 # and comes with ABSOLUTELY NO WARRANTY! | |
6 # See LICENSE.txt for details. | |
7 | |
1 cmake_minimum_required(VERSION 2.8.8) | 8 cmake_minimum_required(VERSION 2.8.8) |
2 project(m13) | 9 project(m13) |
3 | 10 |
4 option(DO_RELEASE_BUILD "Build for a public release." OFF) | 11 option(DO_RELEASE_BUILD "Build for a public release." OFF) |
5 option(ENABLE_PROFILING "Set to enable profiling." OFF) | 12 option(ENABLE_PROFILING "Set to enable profiling." OFF) |