- removed weather in CMakeLists
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8878 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
parent
af7e5046ea
commit
d308ff9d2f
2 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,6 @@ ADD_SUBDIRECTORY(sky)
|
|||
ADD_SUBDIRECTORY(textures)
|
||||
ADD_SUBDIRECTORY(tracks)
|
||||
ADD_SUBDIRECTORY(music)
|
||||
ADD_SUBDIRECTORY(weather)
|
||||
|
||||
IF(OPTION_OSGGRAPH)
|
||||
ADD_SUBDIRECTORY(shaders)
|
||||
|
|
|
@ -4,9 +4,10 @@ FILE(GLOB VERT_FILES *.vert)
|
|||
FILE(GLOB FRAG_FILES *.frag)
|
||||
|
||||
# Fictive = no-output target, for having source files available in IDEs.
|
||||
SET(SHADER_SOURCES car.vert car.frag water.vert water.frag)
|
||||
ADD_CUSTOM_TARGET(shaders SOURCES ${SHADER_SOURCES})
|
||||
SET(SHADER_SOURCES car.vert car.frag
|
||||
water.vert water.frag)
|
||||
|
||||
ADD_CUSTOM_TARGET(shaders SOURCES ${SHADER_SOURCES})
|
||||
|
||||
SD_INSTALL_FILES(DATA data/shaders FILES ${VERT_FILES})
|
||||
SD_INSTALL_FILES(DATA data/shaders FILES ${FRAG_FILES})
|
||||
|
|
Loading…
Reference in a new issue