missing srcs dirs
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@173 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -74,13 +74,16 @@ ENDIF(ADVASSERT)
|
||||
|
||||
AUX_SOURCE_DIRECTORY(src ROOT_S)
|
||||
AUX_SOURCE_DIRECTORY(src/ai AI_S)
|
||||
AUX_SOURCE_DIRECTORY(src/fileio FILEIO_S)
|
||||
AUX_SOURCE_DIRECTORY(src/hqp HQP_S)
|
||||
AUX_SOURCE_DIRECTORY(src/scale2x SCALE2X_S)
|
||||
AUX_SOURCE_DIRECTORY(src/sdl SDL_S)
|
||||
AUX_SOURCE_DIRECTORY(src/sdl/sound SDLSOUND_S)
|
||||
AUX_SOURCE_DIRECTORY(src/sdl/video SDLVIDEO_S)
|
||||
AUX_SOURCE_DIRECTORY(src/vorbis VORBIS_S)
|
||||
AUX_SOURCE_DIRECTORY(src/vorticon VORTICON_S)
|
||||
|
||||
SET(ALL_SRCS ${ROOT_S} ${AI_S} ${HQP_S} ${SCALE2X_S} ${SDL_S} ${VORTICON_S})
|
||||
SET(ALL_SRCS ${ROOT_S} ${AI_S} ${FILEIO_S} ${HQP_S} ${SCALE2X_S} ${SDL_S} ${SDLSOUND_S} ${SDLVIDEO_S} ${VORTICON_S})
|
||||
|
||||
IF (OGG)
|
||||
ADD_DEFINITIONS(-DBUILD_WITH_OGG)
|
||||
|
||||
Reference in New Issue
Block a user