summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* SunOS cosmetic changesDenis Kozadaev2023-06-011-0/+3
| | | | Signed-off-by: Denis Kozadaev <denis@dilos.org>
* Detect the presence of the sys/io.h header and the ioperm functionSlávek Banko2020-03-301-0/+6
| | | | | | instead of listing a long list of architectures. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Enable kig python scripting for cmake build.Ray-V2020-03-291-0/+3
| | | | | | | | | | | | Fix detection of boost_python library for cmake build. Use find_package( Python COMPONENTS ... ) for CMake >= 3.12. Add WITH_KIG_PYTHON_SCRIPTING option. This resolves issue #6. Signed-off-by: Ray-V <ray-v@inbox.lv> Signed-off-by: gregory guy <gregory-tde@laposte.net> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* add missing definition:gregory guy2019-07-091-0/+6
| | | | | | | - HAVE_STDINT_H (needed for kiten) - TIMEZONE_IS_INT (needed for kstars) Signed-off-by: gregory guy <g-gregory@gmx.fr>
* Conversion to the cmake building system.gregory guy2019-06-271-0/+23
Add includes to UI files to resolve FTBFS. Signed-off-by: gregory guy <g-gregory@gmx.fr> Signed-off-by: Slávek Banko <slavek.banko@axis.cz>