[MacOSX] forgot pl_editor, thanks Jean-Paul for pointing it

This commit is contained in:
Marco Serantoni 2014-03-23 02:50:33 +01:00
parent 1c232f5608
commit 2db6c2c929
1 changed files with 8 additions and 0 deletions

View File

@ -113,6 +113,14 @@ if( USE_KIWAY_DLLS )
COMPONENT binary
)
if( APPLE )
# copies kiface into the bundle
add_custom_target( _pleditor_kiface_copy ALL
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_BINARY_DIR}/pagelayout_editor/_pl_editor.kiface "${CMAKE_BINARY_DIR}/pagelayout_editor/pl_editor.app/Contents/MacOS/"
DEPENDS pl_editor_kiface
COMMENT "Copying kiface into pleditor"
)
endif()
else()