1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-13 23:27:12 +00:00

Note display subsystem configuration in CMake output.

This commit is contained in:
Nick Briggs 2022-12-08 13:03:12 -08:00
parent d63b933dc8
commit 11c7df5813

View File

@ -72,6 +72,7 @@ IF(MAIKO_DISPLAY_X11)
inc/xscroll.h
inc/xwinmandefs.h
)
MESSAGE("-- Configured for X11 display")
ENDIF()
# according to: https://cmake.org/pipermail/cmake/2016-October/064342.html
@ -108,6 +109,7 @@ IF(MAIKO_DISPLAY_SDL)
SET(MAIKO_DISPLAY_SDL_HDRS
inc/sdldefs.h
)
MESSAGE("-- Configured for SDL display")
ENDIF()
IF(CMAKE_SYSTEM_NAME STREQUAL "SunOS")