Commit: 25ef55b304afe76347594ed6213b2076fbc63745
Author: Roman Pogribnyi
Date: Mon Jul 14 13:00:42 2014 +0200
https://developer.blender.org/rB25ef55b304afe76347594ed6213b2076fbc63745
library creation for Win systems
===================================================================
M source/blender/python/manta_pp/CMakeLists.txt
===================================================================
diff --git a/source/blender/python/manta_pp/CMakeLists.txt
b/source/blender/python/manta_pp/CMakeLists.txt
index 7963ace..4d6e53d 100755
--- a/source/blender/python/manta_pp/CMakeLists.txt
+++ b/source/blender/python/manta_pp/CMakeLists.txt
@@ -555,7 +555,8 @@ else()
if (WIN32)
# make nice folders for Visual Studio
set_source_files_properties(${PP_SOURCES} ${PP_HEADERS}
${NOPP_HEADERS} PROPERTIES HEADER_FILE_ONLY TRUE)
- add_executable(${EXECCMD} ${SOURCES} ${PP_REGISTRY}
${PP_SOURCES} ${PP_HEADERS})
+# add_executable(${EXECCMD} ${SOURCES} ${PP_REGISTRY}
${PP_SOURCES} ${PP_HEADERS})
+ blender_add_lib(${EXECCMD} "${SOURCES}" "${INCLUDE_PATHS}"
"${INC_SYS}")
source_group(Generated FILES ${SOURCES} ${PP_REGISTRY}
${HEADERS})
else()
# add_executable(${EXECCMD} ${SOURCES} ${PP_REGISTRY} ${HGINFO})
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs