# HG changeset patch # User David Demelier # Date 1474022301 -7200 # Node ID 85a53bc2116ce758d1e40ccdb65657e008617620 # Parent f66e56a38fd568f38172b1727b76c0e983fe06ab CMake: improve readability diff -r f66e56a38fd5 -r 85a53bc2116c CMakeLists.txt --- a/CMakeLists.txt Thu Sep 15 22:13:57 2016 +0200 +++ b/CMakeLists.txt Fri Sep 16 12:38:21 2016 +0200 @@ -22,27 +22,27 @@ # # If you plan to modify the build system there are several places to look to do what you want. # -# cmake/IrccdOptions.cmake - User definable options. -# cmake/IrccdPackage.cmake - Package creation. -# cmake/IrccdSystem.cmake - Contains some platforms checks and compile flags. -# cmake/IrccdVersion.cmake - Defines the Irccd version and its plugins. -# cmake/check - Platform checks in separate files. -# cmake/function - Custom functions. -# cmake/installer - Some files for the QtIFW installer. -# cmake/internal - Some internal files (e.g. the sysconfig.h) -# cmake/packages - Additional find_package modules. +# cmake/IrccdOptions.cmake - User definable options. +# cmake/IrccdPackage.cmake - Package creation. +# cmake/IrccdSystem.cmake - Contains some platforms checks and compile flags. +# cmake/IrccdVersion.cmake - Defines the Irccd version and its plugins. +# cmake/check - Platform checks in separate files. +# cmake/function - Custom functions. +# cmake/installer - Some files for the QtIFW installer. +# cmake/internal - Some internal files (e.g. the sysconfig.h) +# cmake/packages - Additional find_package modules. # # Build system is then processed in different directories: # -# contrib - User contributions not maintained by irccd authors. -# doc - The documentation process. -# extern - External libraries. -# lib - The irccd library -# irccd - The irccd executable. -# irccdctl - The irccdctl utility. -# plugins - Official irccd plugins. -# tests - The unit tests. -# win32 - Additional files for Windows platform. +# contrib - User contributions not maintained by irccd authors. +# doc - The documentation process. +# extern - External libraries. +# lib - The irccd library +# irccd - The irccd executable. +# irccdctl - The irccdctl utility. +# plugins - Official irccd plugins. +# tests - The unit tests. +# win32 - Additional files for Windows platform. # cmake_minimum_required(VERSION 3.3)