[Bf-blender-cvs] [2b15c01] master: Followup for the previous commit: apparently for CMake py files are hardcoded

Sergey Sharybin noreply at git.blender.org
Thu Aug 28 15:49:42 CEST 2014


Commit: 2b15c012c24d913c1fa427a69f0c7270c32a39a8
Author: Sergey Sharybin
Date:   Thu Aug 28 19:49:20 2014 +0600
Branches: master
https://developer.blender.org/rB2b15c012c24d913c1fa427a69f0c7270c32a39a8

Followup for the previous commit: apparently for CMake py files are hardcoded

===================================================================

M	intern/cycles/blender/CMakeLists.txt

===================================================================

diff --git a/intern/cycles/blender/CMakeLists.txt b/intern/cycles/blender/CMakeLists.txt
index 9a60152..548aac8 100644
--- a/intern/cycles/blender/CMakeLists.txt
+++ b/intern/cycles/blender/CMakeLists.txt
@@ -43,6 +43,7 @@ set(ADDON_FILES
 	addon/presets.py
 	addon/properties.py
 	addon/ui.py
+	addon/version_update.py
 )
 
 add_definitions(-DGLEW_STATIC)




More information about the Bf-blender-cvs mailing list