lay base for OSD

This commit is contained in:
Arisotura
2019-06-02 14:33:20 +02:00
parent 78208a9728
commit 3aa971403b
5 changed files with 481 additions and 0 deletions

View File

@ -11,6 +11,7 @@ SET(SOURCES_LIBUI
DlgInputConfig.cpp
DlgVideoSettings.cpp
DlgWifiSettings.cpp
OSD.cpp
)
option(BUILD_SHARED_LIBS "Whether to build libui as a shared library or a static library" ON)