Merge pull request #1832 from tooomm/restructure

move sounds+themes folder inside cockatrice
This commit is contained in:
ctrlaltca 2016-02-24 21:38:09 +01:00
commit b2c1ae264b
37 changed files with 3 additions and 2 deletions

View file

@ -114,6 +114,9 @@ SET(cockatrice_SOURCES
${VERSION_STRING_CPP}
)
add_subdirectory(sounds)
add_subdirectory(themes)
set(cockatrice_RESOURCES cockatrice.qrc)
IF(UPDATE_TRANSLATIONS)