ait/os/bin/autoshadow/CMakeLists.txt
branchom
changeset 2 c9bf2537109a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ait/os/bin/autoshadow/CMakeLists.txt	Tue Nov 12 11:31:34 2013 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +# ------------------------------------------------------------
     1.5 +# CMakeLists.txt 
     1.6 +# 
     1.7 +# make: os/bin/autoshadow/autoshadow.py
     1.8 +#
     1.9 +# Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
    1.10 +#
    1.11 +# Copyright (C) 2013 AIT Austrian Institute of Technology
    1.12 +# AIT Austrian Institute of Technology GmbH
    1.13 +# Donau-City-Strasse 1 | 1220 Vienna | Austria
    1.14 +# http://www.ait.ac.at
    1.15 +#
    1.16 +# This program is free software; you can redistribute it and/or
    1.17 +# modify it under the terms of the GNU General Public License
    1.18 +# as published by the Free Software Foundation version 2.
    1.19 +# 
    1.20 +# This program is distributed in the hope that it will be useful,
    1.21 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.22 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.23 +# GNU General Public License for more details.
    1.24 +# 
    1.25 +# You should have received a copy of the GNU General Public License
    1.26 +# along with this program; if not, write to the Free Software
    1.27 +# Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    1.28 +# Boston, MA  02110-1301, USA.
    1.29 +# ------------------------------------------------------------
    1.30 +
    1.31 +
    1.32 +# ------------------------------------------------------------
    1.33 +# test
    1.34 +
    1.35 +# script is as-is
    1.36 +configure_file(autoshadow.py        ${CMAKE_CURRENT_BINARY_DIR}/autoshadow.py        @ONLY)
    1.37 +
    1.38 +# install script
    1.39 +install(PROGRAMS ${CMAKE_CURRENT_BINARY_DIR}/autoshadow.py DESTINATION bin)
    1.40 \ No newline at end of file