Created basic CMake files.
commit272743bd5a66c7165f31a904a128bda4d0906af3
authordwk <dwks@theprogrammingsite.com>
Wed, 11 Jun 2008 04:05:50 +0000 (10 22:05 -0600)
committerdwk <dwks@theprogrammingsite.com>
Wed, 11 Jun 2008 04:05:50 +0000 (10 22:05 -0600)
tree484206ed71d7c891a2b991c6f4b08440827707aa
parent9176fbfa07fa06c17c8a346c524e06eaf529221c
Created basic CMake files.

xuni can now be built with autotools or with CMake. CMake is much
faster, though at the moment it only supports libexpat and has no dist
target. (Which is pretty much the same as the autotools system.)

CMake also has other advantages: for example, it doesn't create
libwidget.a and so on.

Note that src/test/test.so was renamed to src/test/libtest.so due to the
way that CMake creates shared objects. (Perhaps autotools would be able
to automatically create this file now.)
CMakeLists.txt [new file with mode: 0644]
gui/data/game.xml
gui/data/menu.xml
gui/data/options.xml
src/CMakeLists.txt [new file with mode: 0644]
src/resource/CMakeLists.txt [new file with mode: 0644]
src/resource/libexpat.h
src/resource/resource.h
src/widget/CMakeLists.txt [new file with mode: 0644]