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
1b2c839f
Commit
1b2c839f
authored
Jun 21, 2014
by
Fabio Bas
Browse files
osx: install sounds and zonebg as cockatrice's resources
parent
41c7ce80
Changes
2
Hide whitespace changes
Inline
Side-by-side
sounds/CMakeLists.txt
View file @
1b2c839f
...
...
@@ -6,7 +6,7 @@ FILE(GLOB sounds "${CMAKE_CURRENT_SOURCE_DIR}/*.raw")
if
(
UNIX
)
if
(
APPLE
)
INSTALL
(
FILES
${
sounds
}
DESTINATION sounds/
)
INSTALL
(
FILES
${
sounds
}
DESTINATION
cockatrice.app/Contents/Resources/
sounds/
)
else
()
# Assume linux
INSTALL
(
FILES
${
sounds
}
DESTINATION share/cockatrice/sounds/
)
...
...
zonebg/CMakeLists.txt
View file @
1b2c839f
...
...
@@ -6,7 +6,7 @@ FILE(GLOB zonebg "${CMAKE_CURRENT_SOURCE_DIR}/*.*")
if
(
UNIX
)
if
(
APPLE
)
INSTALL
(
FILES
${
zonebg
}
DESTINATION zonebg/
)
INSTALL
(
FILES
${
zonebg
}
DESTINATION
cockatrice.app/Contents/Resources/
zonebg/
)
else
()
# Assume linux
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