ait/os/bin/CMakeLists.txt
author om
Tue, 12 Nov 2013 11:31:34 +0100
branchom
changeset 2 c9bf2537109a
permissions -rw-r--r--
added C/C++ and Python sources
     1 # ------------------------------------------------------------
     2 # CMakeLists.txt 
     3 # 
     4 # make: os/bin
     5 #
     6 # Autor: Oliver Maurhart, <oliver.maurhart@ait.ac.at>
     7 #
     8 # Copyright (C) 2013 AIT Austrian Institute of Technology
     9 # AIT Austrian Institute of Technology GmbH
    10 # Donau-City-Strasse 1 | 1220 Vienna | Austria
    11 # http://www.ait.ac.at
    12 #
    13 # This program is free software; you can redistribute it and/or
    14 # modify it under the terms of the GNU General Public License
    15 # as published by the Free Software Foundation version 2.
    16 # 
    17 # This program is distributed in the hope that it will be useful,
    18 # but WITHOUT ANY WARRANTY; without even the implied warranty of
    19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    20 # GNU General Public License for more details.
    21 # 
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, 
    25 # Boston, MA  02110-1301, USA.
    26 # ------------------------------------------------------------
    27 
    28 
    29 # ------------------------------------------------------------
    30 # go through the subs
    31 
    32 
    33 add_subdirectory(autoshadow)
    34 add_subdirectory(mirrorfuse)
    35 add_subdirectory(opensecurityd)
    36 add_subdirectory(shadowfuse)