Mahmoud Al-Qudsi
|
000892e315
|
Use constexpr for is_windows_subsystem_for_linux()
To guarantee that at runtime there will be no branching, using a CMAKE
test/define combined with a constexpr wrapper for code-friendliness.
|
2018-03-04 21:13:31 -06:00 |
|
Mahmoud Al-Qudsi
|
a95a83b140
|
[cmake] Add missing HAVE_CURSES_H #cmakedefine
|
2018-02-04 03:11:22 -06:00 |
|
David Adam
|
ce46c80492
|
cmake: restore check for fixed-args tparm ("Solaris tparm kludge")
|
2017-11-22 18:58:27 +08:00 |
|
David Adam
|
64194d02fc
|
cmake: correct configure check for _nl_msg_cat_cntr
|
2017-11-17 16:21:56 +08:00 |
|
David Adam
|
32714021f5
|
cmake: add gettext support
|
2017-11-17 16:21:56 +08:00 |
|
David Adam
|
2f289ce097
|
cmake: drop unneeded checks
Much cruft brought across from autoconf is removed.
|
2017-11-17 16:21:56 +08:00 |
|
ridiculousfish
|
9f8ae95b0e
|
Initial CMake import
This adds a basic CMakeLists.txt. It also adds a ConfigureChecks.cmake
and config_cmake.h.in that produces a config.h.
|
2017-10-14 13:11:41 -07:00 |
|