# # top-level minx build spec # # # Copyright (C) 2012 The Minx Project Developers # # See wiki/copyright.wiki for the full list of authors who have # contributed to this project. # # # This file is part of Minx. # # Minx 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, either version 3 of the License, or (at your # option) any later version. # # Minx 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 Minx. If not, see . # # Min cmake version cmake_minimum_required(VERSION 2.8) # Project name project(minx) # Build sub-projects add_subdirectory(minxlib) add_subdirectory(dox) ############################################## # Editor config: # ############################################## # Local Variables: # # indent-tabs-mode: nil # # sh-basic-offset: 4 # # End: # ############################################## # vim: set expandtab shiftwidth=4 tabstop=4: # ##############################################