Skip to content

Commit

Permalink
windowing/android: append CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
lrusak authored and popcornmix committed Apr 26, 2017
1 parent 4932263 commit 9eba680
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions xbmc/windowing/android/CMakeLists.txt
@@ -1,5 +1,18 @@
set(SOURCES WinEventsAndroid.cpp)
set(SOURCES GLContextEGL.cpp
WinEventsAndroid.cpp
WinSystemAndroid.cpp
AndroidUtils.cpp
VideoSyncAndroid.cpp)

set(HEADERS WinEventsAndroid.h)
set(HEADERS GLContextEGL.h
WinEventsAndroid.h
WinSystemAndroid.h
AndroidUtils.h
VideoSyncAndroid.h)

if(OPENGLES_FOUND)
list(APPEND SOURCES WinSystemAndroidGLESContext.cpp)
list(APPEND HEADERS WinSystemAndroidGLESContext.h)
endif()

core_add_library(windowing_android)

0 comments on commit 9eba680

Please sign in to comment.