mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
moc weirdness workaround on Unix, added install target
This commit is contained in:
parent
f385917a90
commit
e202d659a0
6 changed files with 21 additions and 7 deletions
|
|
@ -3,3 +3,8 @@ add_subdirectory(common)
|
|||
add_subdirectory(servatrice)
|
||||
add_subdirectory(cockatrice)
|
||||
add_subdirectory(oracle)
|
||||
|
||||
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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue