FEM: Remove empty python file added with commit 2818bc4ddf

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
This commit is contained in:
Przemo Firszt 2015-04-23 19:16:27 +01:00 committed by wmayer
parent 79caef00cb
commit efcfd10a56
2 changed files with 0 additions and 4 deletions

View File

@ -145,9 +145,6 @@ SET(Fem_SRCS
${Python_SRCS}
)
FILE( GLOB Driver_Resources Driver/*.py )
add_library(Fem SHARED ${Fem_SRCS})
target_link_libraries(Fem ${Fem_LIBS})
@ -155,7 +152,6 @@ target_link_libraries(Fem ${Fem_LIBS})
fc_target_copy_resource(Fem
${CMAKE_SOURCE_DIR}/src/Mod/Fem
${CMAKE_BINARY_DIR}/Mod/Fem
${Driver_Resources}
Init.py
${FemScripts_SRCS}
)