core: defined an ObjectStorage interface and made persistable objects register themse...
[fail.git] / src / CMakeLists.txt
blobad10c4e472f7ac0e69ff982bc0831585d1fd0143
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 subdirs(
20         core
21         math
22         io
23         scenegraph
24         gui
25         collision
26         manipulators
27         sdl
28         services
29         toolbindings
30         gamebindings
31         gamestorage
32         luaapplication
33         testapp
34         painful