diff -r 000000000000 -r c9bf2537109a ait/os/bin/CMakeLists.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ait/os/bin/CMakeLists.txt Tue Nov 12 11:31:34 2013 +0100 @@ -0,0 +1,36 @@ +# ------------------------------------------------------------ +# CMakeLists.txt +# +# make: os/bin +# +# Autor: Oliver Maurhart, +# +# Copyright (C) 2013 AIT Austrian Institute of Technology +# AIT Austrian Institute of Technology GmbH +# Donau-City-Strasse 1 | 1220 Vienna | Austria +# http://www.ait.ac.at +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation version 2. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, +# Boston, MA 02110-1301, USA. +# ------------------------------------------------------------ + + +# ------------------------------------------------------------ +# go through the subs + + +add_subdirectory(autoshadow) +add_subdirectory(mirrorfuse) +add_subdirectory(opensecurityd) +add_subdirectory(shadowfuse)