Skip to content

Commit

Permalink
[depends] Add RetroArch joypad autoconfig files to depends
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Jan 30, 2016
1 parent 361c68f commit 5ced19c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions depends/common/resource.buttonmaps.cfg/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
project(resource.buttonmaps.cfg)
cmake_minimum_required(VERSION 2.8)

set(APP_NAME_LC kodi)

install(DIRECTORY ${CMAKE_SOURCE_DIR}/
DESTINATION share/${APP_NAME_LC}/addons/${PROJECT_NAME}/resources
FILES_MATCHING PATTERN "*.cfg"
)

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
resource.buttonmaps.cfg https://github.com/libretro/retroarch-joypad-autoconfig

0 comments on commit 5ced19c

Please sign in to comment.