diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-06-02 14:33:20 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-06-02 14:33:20 +0200 |
commit | 3aa971403bdf3ebd21082025a6b9d9e181f9816a (patch) | |
tree | e6d69b7079e4fe5bae6c01f93f9e81338202f5aa /src/libui_sdl/CMakeLists.txt | |
parent | 78208a9728bab7b381c8eac570ff42a1936161ba (diff) |
lay base for OSD
Diffstat (limited to 'src/libui_sdl/CMakeLists.txt')
-rw-r--r-- | src/libui_sdl/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libui_sdl/CMakeLists.txt b/src/libui_sdl/CMakeLists.txt index e9a54e2..63e9f48 100644 --- a/src/libui_sdl/CMakeLists.txt +++ b/src/libui_sdl/CMakeLists.txt @@ -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) |