From 54994740bdfe2aa3b2e7233de9494b3b033183f1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 19 Feb 2015 07:15:55 +1100 Subject: CMake: indent & missing header --- source/blender/python/intern/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/python/intern/CMakeLists.txt b/source/blender/python/intern/CMakeLists.txt index 8f85dbe11d7..8296027f044 100644 --- a/source/blender/python/intern/CMakeLists.txt +++ b/source/blender/python/intern/CMakeLists.txt @@ -47,8 +47,8 @@ set(SRC gpu.c bpy.c bpy_app.c - bpy_app_ffmpeg.c bpy_app_build_options.c + bpy_app_ffmpeg.c bpy_app_handlers.c bpy_app_ocio.c bpy_app_oiio.c @@ -75,11 +75,12 @@ set(SRC gpu.h bpy.h bpy_app.h - bpy_app_ffmpeg.h bpy_app_build_options.h + bpy_app_ffmpeg.h bpy_app_handlers.h bpy_app_ocio.h bpy_app_oiio.h + bpy_app_sdl.h bpy_app_translations.h bpy_driver.h bpy_intern_string.h -- cgit v1.2.3