CMake fix for windows build

Patch by Guillaume Lecocq. Thx!
This commit is contained in:
Damien Plisson
2010-01-12 08:46:38 +00:00
parent ac3f7db076
commit b76551da68

View File

@@ -63,7 +63,7 @@ IF(WITH_DDS)
ENDIF(WITH_DDS)
IF(WITH_QUICKTIME)
SET(INC "${INC} ../../quicktime")
SET(INC ${INC} ../../quicktime)
ADD_DEFINITIONS(-DWITH_QUICKTIME)
ENDIF(WITH_QUICKTIME)