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
79c805b8
Commit
79c805b8
authored
Jun 10, 2014
by
Fabio Bas
Browse files
Create sounds/zonebg CMakeLists.txt
parent
4fc68317
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
79c805b8
...
...
@@ -6,12 +6,9 @@ endif(WITH_SERVER)
if
(
NOT WITHOUT_CLIENT
)
add_subdirectory
(
cockatrice
)
add_subdirectory
(
oracle
)
add_subdirectory
(
sounds
)
add_subdirectory
(
zonebg
)
endif
(
NOT WITHOUT_CLIENT
)
if
(
WITH_TESTCLIENT
)
add_subdirectory
(
testclient
)
endif
(
WITH_TESTCLIENT
)
FILE
(
GLOB sounds
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/sounds/*.raw"
)
INSTALL
(
FILES
${
sounds
}
DESTINATION share/cockatrice/sounds
)
FILE
(
GLOB zonebg
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/zonebg/*.*"
)
INSTALL
(
FILES
${
zonebg
}
DESTINATION share/cockatrice/zonebg
)
sounds/CMakeLists.txt
0 → 100644
View file @
79c805b8
FILE
(
GLOB sounds
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/sounds/*.raw"
)
INSTALL
(
FILES
${
sounds
}
DESTINATION share/cockatrice/sounds
)
zonebg/CMakeLists.txt
0 → 100644
View file @
79c805b8
FILE
(
GLOB zonebg
"
${
CMAKE_CURRENT_SOURCE_DIR
}
/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