add Mesh_Data target to handle scripts files

This commit is contained in:
wmayer
2018-08-19 22:56:12 +02:00
parent 82b31d50e5
commit bff245daef
3 changed files with 21 additions and 19 deletions

View File

@@ -146,11 +146,6 @@ add_library(MeshGui SHARED ${MeshGui_SRCS})
target_link_libraries(MeshGui ${MeshGui_LIBS})
fc_target_copy_resource(MeshGui
${CMAKE_SOURCE_DIR}/src/Mod/Mesh
${CMAKE_BINARY_DIR}/Mod/Mesh
InitGui.py)
SET_BIN_DIR(MeshGui MeshGui /Mod/Mesh)
SET_PYTHON_PREFIX_SUFFIX(MeshGui)