Added installation of the SDL game controller database to CMakeLists.txt

This commit is contained in:
Neil Munday 2016-09-20 22:04:01 +01:00
parent 182b9e0fda
commit 7d9eed90e8

View File

@ -1686,6 +1686,7 @@ set(NativeAssets
assets/ppge_atlas.zim
assets/compat.ini
assets/langregion.ini
assets/gamecontrollerdb.txt
assets/unknown.png)
set(LinkCommon ${CoreLibName} ${CMAKE_THREAD_LIBS_INIT} ${nativeExtraLibs})