From fd2152bcd50d97e59a43633dfd8783c8c01f9069 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Thu, 26 Oct 2006 19:34:59 +0000 Subject: Merged CMake branch --- CMakeLists.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 00000000..36259082 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,13 @@ +SET(DATA_DIR ${PKG_DATADIR}/data) + +ADD_SUBDIRECTORY(graphics) +ADD_SUBDIRECTORY(help) +ADD_SUBDIRECTORY(icons) +ADD_SUBDIRECTORY(maps) +ADD_SUBDIRECTORY(sfx) + +SET(FILES + items.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}) -- cgit v1.2.3-60-g2f50