Fixed a few issues, everything now works again.
[fail.git] / src / CMakeLists.txt
blob19d92a3a66bedfd9daca43ff153940939b2e21a5
2 #   Fail game engine
3 #   Copyright 2007 Antoine Chavasse <a.chavasse@gmail.com>
4
5 #   This file is part of Fail.
7 #   Fail is free software; you can redistribute it and/or modify
8 #   it under the terms of the GNU General Public License version 3
9 #   as published by the Free Software Foundation.
11 #   Fail is distributed in the hope that it will be useful,
12 #   but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 #   GNU General Public License for more details.
16 #   You should have received a copy of the GNU General Public License
17 #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
19 if( CMAKE_COMPILER_IS_GNUCXX )
20         add_definitions( -std=c++0x -fvisibility=hidden -pedantic )
21 endif( CMAKE_COMPILER_IS_GNUCXX )
23 subdirs(
24         idl
25         core
26         services
27         math
28         io
29         vfs
30         scenegraph
31         bullet
32         gamestorage
33         lua-modules
34         tools