Skip to content

Commit

Permalink
Merge pull request #16 from hudokkow/cmakelist_lang
Browse files Browse the repository at this point in the history
Fix CMakeLists.txt language resource folder
  • Loading branch information
hudokkow committed Jun 29, 2015
2 parents e08088b + bc46204 commit ce15e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if(WIN32)
set(RESOURCE_FILES pvr.argustv/addon.xml
pvr.argustv/changelog.txt
pvr.argustv/resources/settings.xml
pvr.argustv/resources/language/English/strings.po)
pvr.argustv/resources/language/resource.language.en_gb/strings.po)
source_group("Resource Files" FILES ${RESOURCE_FILES})
endif(WIN32)

Expand Down

0 comments on commit ce15e4c

Please sign in to comment.