Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Pogribnyi <pogribnyi@gmail.com>2014-07-14 15:00:42 +0400
committerRoman Pogribnyi <pogribnyi@gmail.com>2014-07-14 15:00:42 +0400
commit25ef55b304afe76347594ed6213b2076fbc63745 (patch)
treeed2b70dac760833c1066c85745a5a93de07cad83 /source/blender
parenta70e4394acce14e6190b93e85f09a51b04525a9e (diff)
library creation for Win systems
Diffstat (limited to 'source/blender')
-rwxr-xr-xsource/blender/python/manta_pp/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/python/manta_pp/CMakeLists.txt b/source/blender/python/manta_pp/CMakeLists.txt
index 7963acea50d..4d6e53da44c 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})