Remove unnecessary quotes.

This commit is contained in:
mdinger
2014-04-14 21:01:38 -04:00
committed by wmayer
parent 6accb6da54
commit a17cce3559
45 changed files with 47 additions and 47 deletions

View File

@@ -67,7 +67,7 @@ fc_target_copy_resource(MeshPart
${CMAKE_BINARY_DIR}/Mod/MeshPart
Init.py)
SET_BIN_DIR(MeshPart "MeshPart" "/Mod/MeshPart")
SET_BIN_DIR(MeshPart MeshPart /Mod/MeshPart)
if(WIN32)
set_target_properties(MeshPart PROPERTIES SUFFIX ".pyd")
endif(WIN32)

View File

@@ -69,7 +69,7 @@ fc_target_copy_resource(MeshPartGui
${CMAKE_BINARY_DIR}/Mod/MeshPart
InitGui.py)
SET_BIN_DIR(MeshPartGui "MeshPartGui" "/Mod/MeshPart")
SET_BIN_DIR(MeshPartGui MeshPartGui /Mod/MeshPart)
if(WIN32)
set_target_properties(MeshPartGui PROPERTIES SUFFIX ".pyd")
endif(WIN32)