~pierre-parent-k/kicad/length-tunning

« back to all changes in this revision

Viewing changes to CMakeLists.txt

OSX install script fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
 
452
452
    if( KICAD_BUILD_DYNAMIC AND APPLE )
453
453
        add_custom_target( osx_fix_bundles ALL DEPENDS cvpcb eeschema gerbview kicad pcbnew bitmap2component pcb_calculator pl_editor)
454
 
        add_custom_command(TARGET osx_fix_bundles POST_BUILD COMMAND scripts/osx_fixbundle.sh COMMENT "Migrating dylibs to bundles")
 
454
        add_custom_command(TARGET osx_fix_bundles POST_BUILD COMMAND ${PROJECT_SOURCE_DIR}/scripts/osx_fixbundle.sh ${PROJECT_SOURCE_DIR} COMMENT "Migrating dylibs to bundles")
455
455
    endif()
456
456
 
457
457
endif( KICAD_BUILD_STATIC OR KICAD_BUILD_DYNAMIC)