Fix for missing include using CMake

This commit is contained in:
Daniel Genrich
2009-04-21 13:34:33 +00:00
parent ca78b6ee8b
commit aff2a11110

View File

@@ -37,6 +37,7 @@ SET(INC
../../../../source/blender/makesdna
../../../../source/blender/blenkernel
../../../../source/blender/blenlib
../../../../source/blender/blenloader
)
BLENDERLIB(bf_oglrasterizer "${SRC}" "${INC}")