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-17 15:51:43 +0400
committerRoman Pogribnyi <pogribnyi@gmail.com>2014-07-17 15:51:43 +0400
commit91921bb051a3618a30f7dbddb363c815fdc14fdb (patch)
tree45a645374b29594cadae0bd94f61d7b968bb6d05 /source/blender
parentc6e418c690bb9fa45c267728272f73dd47db1a90 (diff)
depends added, unused list commands removed
Diffstat (limited to 'source/blender')
-rwxr-xr-xsource/blender/python/manta_pp/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/blender/python/manta_pp/CMakeLists.txt b/source/blender/python/manta_pp/CMakeLists.txt
index 2905bed64c1..701175c7a25 100755
--- a/source/blender/python/manta_pp/CMakeLists.txt
+++ b/source/blender/python/manta_pp/CMakeLists.txt
@@ -440,10 +440,10 @@ endforeach(it)
# link reg files
add_custom_command(OUTPUT ${PP_REGCPP}
COMMAND prep link ${PP_REGS}
- DEPENDS prep $
- # WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
+ DEPENDS prep ${PP_REGS}
+# WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
COMMENT "Linking reg files")
-#set_source_files_properties(${PP_REGS} ${PP_REGCPP} PROPERTIES GENERATED 1)
+set_source_files_properties(${PP_REGS} ${PP_REGCPP} PROPERTIES GENERATED 1)
MESSAGE("PR_prepdebug2")
list(APPEND SOURCES ${PP_REGCPP})
@@ -564,8 +564,8 @@ else()
source_group(Generated FILES ${SOURCES} ${PP_REGISTRY} ${HEADERS})
else()
# add_executable(${EXECCMD} ${SOURCES} ${PP_REGISTRY} ${HGINFO})
- list(SORT SOURCES)
- list(REMOVE_DUPLICATES SOURCES)
+# list(SORT SOURCES)
+# list(REMOVE_DUPLICATES SOURCES)
blender_add_lib(${EXECCMD} "${SOURCES}" "${INCLUDE_PATHS}" "${INC_SYS}")
endif()
target_link_libraries( ${EXECCMD} ${F_LIBS} )