comparison CMakeLists.txt @ 84:c67e734c9241

CMake: rename irccd-config.h to irccd/sysconfig.h, #452 While here, cleanup the file by removing useless stuff.
author David Demelier <markand@malikania.fr>
date Mon, 04 Apr 2016 22:34:24 +0200
parents 8ee1178f1219
children 113d909fdfe1
comparison
equal deleted inserted replaced
83:f1a3026027f1 84:c67e734c9241
27 # cmake/IrccdSystem.cmake - Contains some platforms checks and compile flags. 27 # cmake/IrccdSystem.cmake - Contains some platforms checks and compile flags.
28 # cmake/IrccdVersion.cmake - Defines the Irccd version and its plugins. 28 # cmake/IrccdVersion.cmake - Defines the Irccd version and its plugins.
29 # cmake/check - Platform checks in separate files. 29 # cmake/check - Platform checks in separate files.
30 # cmake/function - Custom functions. 30 # cmake/function - Custom functions.
31 # cmake/installer - Some files for the QtIFW installer. 31 # cmake/installer - Some files for the QtIFW installer.
32 # cmake/internal - Some internal files (e.g. the irccd-config.h) 32 # cmake/internal - Some internal files (e.g. the sysconfig.h)
33 # cmake/packages - Additional find_package modules. 33 # cmake/packages - Additional find_package modules.
34 # 34 #
35 # Build system is then processed in different directories: 35 # Build system is then processed in different directories:
36 # 36 #
37 # contrib - User contributions not maintained by irccd authors. 37 # contrib - User contributions not maintained by irccd authors.