summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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 <[email protected]>
* 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 <[email protected]> Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> Signed-off-by: Slávek Banko <[email protected]>