Mercurial > trustbridge
comparison ui/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 | 78eec57bc133 |
children | af53c40e74b1 |
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 include_directories(${Qt5Widgets_INCLUDE_DIRS}) | 8 include_directories(${Qt5Widgets_INCLUDE_DIRS}) |
2 include_directories(${POLARSSL_INCLUDE_DIR}) | 9 include_directories(${POLARSSL_INCLUDE_DIR}) |
3 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../common) | 10 include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../common) |
4 add_definitions(${Qt5Widgets_DEFINITIONS}) | 11 add_definitions(${Qt5Widgets_DEFINITIONS}) |
5 | 12 |