mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
CMakeLists.txt: Indicate GTK4 if it's enabled.
This commit is contained in:
parent
9f94b101a8
commit
38fd0352d2
@ -177,6 +177,9 @@ ENDIF(BUILD_GTK2)
|
||||
IF(BUILD_GTK3)
|
||||
SET(UI_FRONTENDS "${UI_FRONTENDS} GTK3")
|
||||
ENDIF(BUILD_GTK3)
|
||||
IF(BUILD_GTK4)
|
||||
SET(UI_FRONTENDS "${UI_FRONTENDS} GTK4")
|
||||
ENDIF(BUILD_GTK4)
|
||||
IF(BUILD_WIN32)
|
||||
SET(UI_FRONTENDS "${UI_FRONTENDS} Win32")
|
||||
ENDIF(BUILD_WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user