Add 4th optional parameter to set linux install path
This commit is contained in:
@@ -126,7 +126,7 @@ fc_target_copy_resource(PartDesign
|
||||
${CMAKE_BINARY_DIR}/Mod/PartDesign
|
||||
${PartDesign_Scripts})
|
||||
|
||||
SET_BIN_DIR(PartDesign PartDesign /Mod/PartDesign)
|
||||
SET_BIN_DIR(PartDesign PartDesign /Mod/PartDesign /Mod/PartDesign)
|
||||
if(WIN32)
|
||||
set_target_properties(PartDesign PROPERTIES SUFFIX ".pyd")
|
||||
endif(WIN32)
|
||||
|
||||
@@ -188,7 +188,7 @@ fc_target_copy_resource(PartDesignGui
|
||||
${CMAKE_BINARY_DIR}/Mod/PartDesign
|
||||
${PartDesignGui_Scripts})
|
||||
|
||||
SET_BIN_DIR(PartDesignGui PartDesignGui /Mod/PartDesign)
|
||||
SET_BIN_DIR(PartDesignGui PartDesignGui /Mod/PartDesign /Mod/PartDesign)
|
||||
if(WIN32)
|
||||
set_target_properties(PartDesignGui PROPERTIES SUFFIX ".pyd")
|
||||
endif(WIN32)
|
||||
|
||||
Reference in New Issue
Block a user