Made music a submodule

master
krzys-h 2014-10-25 19:47:02 +02:00
parent 5bb4c9211a
commit 951e6620c2
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,10 +12,9 @@ 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})
add_subdirectory(help)
add_subdirectory(levels)
add_subdirectory(music)

1
music Submodule

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