Changeset 437 for trunk/BAL/WKAL/Concretizations/Graphics/CMakeLists.txt
- Timestamp:
- 08/15/08 13:25:16 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BAL/WKAL/Concretizations/Graphics/CMakeLists.txt
r404 r437 64 64 Cairo/BCImageSourceCairo.cpp 65 65 Cairo/BCPathCairo.cpp 66 Cairo/BCPatternCairo.cpp 66 67 ) 67 68 IF (WEBKIT_USE_SVG) … … 94 95 OWBLN (SDL/BCSVGPaintServerSolidSDL.h WKAL 0 0) 95 96 OWBLN (SDL/BCGraphicsContextPrivateSDL.h WKAL 0 0) 97 OWBLN (SDL/BCPatternSDL.h WKAL 0 0) 96 98 97 99 INCLUDE_DIRECTORIES (${SDL_INCLUDE_DIRS}) … … 110 112 SDL/BCIntPointSDL.cpp 111 113 SDL/BCIntRectSDL.cpp 114 SDL/BCPatternSDL.cpp 112 115 ) 113 116 IF (WEBKIT_USE_SVG)
