Say hello (again) to CMake!
authorManuel Nickschas <sputnick@quassel-irc.org>
Fri, 6 Jun 2008 22:51:04 +0000 (00:51 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Fri, 6 Jun 2008 22:51:04 +0000 (00:51 +0200)
commita45c9e65ddca9748bb29318a7de5cfef03900eb8
treebeb9fca119c4b8d872acd051ede0fbffa1e6a422
parent72d23cc04e32bfc166720f9b7ecaf4f53e63ec5e
Say hello (again) to CMake!
After struggling way too long with qmake and its lack of features and documentation,
CMake is back in our sources. This is the first sorta working version of our new
shiny CMake-based build system. It seems to work for dynamic builds on Linux at least...
More stuff is to come to allow selection of Qt sources, and we probably need to add a lot
of stuff for Windows and Mac builds. Anyway, this is a start!
CMakeLists.txt [new file with mode: 0644]
src/client/CMakeLists.txt [new file with mode: 0644]
src/common/CMakeLists.txt [new file with mode: 0644]
src/core/CMakeLists.txt [new file with mode: 0644]
src/qtui/CMakeLists.txt [new file with mode: 0644]
src/qtui/settingspages/settingspages.inc [new file with mode: 0644]
src/uisupport/CMakeLists.txt [new file with mode: 0644]