Made music a submodule

dev-hd-graphics
krzys-h 2014-10-25 19:47:02 +02:00
parent 8997c5a7a3
commit 42fc8add84
3 changed files with 5 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "music"]
path = music
url = https://github.com/colobot/colobot-music.git

View File

@ -12,8 +12,6 @@ install(DIRECTORY ai DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY fonts DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY icons DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY models DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
#install(DIRECTORY models-new DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY music DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY sounds DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY textures DESTINATION ${COLOBOT_INSTALL_DATA_DIR})
install(DIRECTORY DESTINATION ${COLOBOT_INSTALL_DATA_DIR}/mods) # Empty directory
@ -23,3 +21,4 @@ set(DATA_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR})
add_subdirectory(help)
add_subdirectory(levels)
add_subdirectory(music)

1
music Submodule

@ -0,0 +1 @@
Subproject commit 68744dcdb7aa9e10f471fe1cca4910a4fd594a2f