Spreadsheet: Removed superfluous fc_target_copy_resource call in CMakeLists.txt.

This commit is contained in:
Eivind Kvedalen 2015-06-12 22:11:08 +02:00 committed by wmayer
parent 9d5d05a708
commit efc21a5a63

View File

@ -5,11 +5,6 @@ if(BUILD_GUI)
add_subdirectory(Gui) add_subdirectory(Gui)
endif(BUILD_GUI) endif(BUILD_GUI)
fc_target_copy_resource(Spreadsheet
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_BINARY_DIR}/Mod/Spreadsheet
Spreadsheet_rc.py)
INSTALL( INSTALL(
FILES FILES
Init.py Init.py