Move compile settings into a separate CMake module
authorManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Mar 2014 21:33:50 +0000 (22:33 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Mon, 17 Mar 2014 21:34:34 +0000 (22:34 +0100)
commitfab133f23bdcddd34939600d449627cefdc1a414
tree6ecc750d449174f8f5d95a6af84e2b577d3946ff
parenta2121709c6e39fe3640163e5a4b6b96b8b0f1ab8
Move compile settings into a separate CMake module

That stuff just clutters the main CMakeLists.txt and is better off
in a separate file.
CMakeLists.txt
cmake/QuasselCompileSettings.cmake [new file with mode: 0644]