Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
c9f10554
Commit
c9f10554
authored
Jun 10, 2014
by
Fabio Bas
Browse files
comment in sounds and zonebg's CMakeLists.txt
parent
84503483
Changes
2
Hide whitespace changes
Inline
Side-by-side
sounds/CMakeLists.txt
View file @
c9f10554
# CMakeLists for sounds/ directory
#
# Installs default sound files
FILE
(
GLOB sounds
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/sounds/*.raw"
)
FILE
(
GLOB sounds
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/sounds/*.raw"
)
INSTALL
(
FILES
${
sounds
}
DESTINATION share/cockatrice/sounds
)
INSTALL
(
FILES
${
sounds
}
DESTINATION share/cockatrice/sounds
)
zonebg/CMakeLists.txt
View file @
c9f10554
# CMakeLists for zonebg/ directory
#
# Installs default "zone background" files
FILE
(
GLOB zonebg
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/zonebg/*.*"
)
FILE
(
GLOB zonebg
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/zonebg/*.*"
)
INSTALL
(
FILES
${
zonebg
}
DESTINATION share/cockatrice/zonebg
)
INSTALL
(
FILES
${
zonebg
}
DESTINATION share/cockatrice/zonebg
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment