]> git.xonotic.org Git - xonotic/netradiant.git/commit
Split CMakeLists.txt into subdirectories
authorMattia Basaglia <mattia.basaglia@gmail.com>
Sun, 26 Jul 2015 14:17:20 +0000 (16:17 +0200)
committerMattia Basaglia <mattia.basaglia@gmail.com>
Sun, 26 Jul 2015 14:17:20 +0000 (16:17 +0200)
commit4b38de55483e3c1fb677ae73f12c6c387ca36857
treea09f87ed21b1d97b4ce9c8ee2601740a7106e565
parenta84837d342415e55f68f8f46fe1e08031a336de6
Split CMakeLists.txt into subdirectories
26 files changed:
CMakeLists.txt
contrib/CMakeLists.txt [new file with mode: 0644]
libs/CMakeLists.txt [new file with mode: 0644]
libs/cmdlib/CMakeLists.txt [new file with mode: 0644]
libs/container/CMakeLists.txt [new file with mode: 0644]
libs/ddslib/CMakeLists.txt [new file with mode: 0644]
libs/debugging/CMakeLists.txt [new file with mode: 0644]
libs/generic/CMakeLists.txt [new file with mode: 0644]
libs/gtkutil/CMakeLists.txt [new file with mode: 0644]
libs/l_net/CMakeLists.txt [new file with mode: 0644]
libs/math/CMakeLists.txt [new file with mode: 0644]
libs/mathlib/CMakeLists.txt [new file with mode: 0644]
libs/md5lib/CMakeLists.txt [new file with mode: 0644]
libs/memory/CMakeLists.txt [new file with mode: 0644]
libs/modulesystem/CMakeLists.txt [new file with mode: 0644]
libs/os/CMakeLists.txt [new file with mode: 0644]
libs/picomodel/CMakeLists.txt [new file with mode: 0644]
libs/profile/CMakeLists.txt [new file with mode: 0644]
libs/script/CMakeLists.txt [new file with mode: 0644]
libs/signal/CMakeLists.txt [new file with mode: 0644]
libs/splines/CMakeLists.txt [new file with mode: 0644]
libs/stream/CMakeLists.txt [new file with mode: 0644]
libs/string/CMakeLists.txt [new file with mode: 0644]
libs/xml/CMakeLists.txt [new file with mode: 0644]
plugins/CMakeLists.txt [new file with mode: 0644]
tools/CMakeLists.txt [new file with mode: 0644]