Changeset bc7466


Ignore:
Timestamp:
09/07/11 15:35:01 (21 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'a231b56d57a69513303d0061f5fa3e3cd51c85c1')('controller-upgrade', '72b31cc86eeeef18f1371a3067b6e8a5ca21abfc')('windows_service_fixes', 'df6bd2788365991d36d5af2a75833b8de2a5860f')
Children:
0e0e6888170af291c1f412f0916fcf209c19b0cc
Parents:
ad60a819de482372def9b0b1dafa5e8d3d10667f
git-author:
Micke Prag <micke.prag@telldus.se>2011-09-07 13:35:01+00:00
git-committer:
Micke Prag <micke.prag@telldus.se>2011-09-07 13:35:01+00:00
Message:

Use BundleUtilities to fix and copy frameworks to our bundle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-gui/TelldusCenter/CMakeLists.txt

    rad60a81 rbc7466  
    177177ENDIF (UNIX) 
    178178 
    179  
    180179INSTALL(TARGETS ${telldus-center_TARGET} 
    181180        RUNTIME DESTINATION bin 
     
    183182) 
    184183 
     184IF (APPLE) 
     185        SET(bundle "/Users/micke/Documents/dev/telldus-pub/telldus-gui/build/distr/Applications/TelldusCenter.app") #TODO 
     186        INSTALL(CODE " 
     187                INCLUDE(BundleUtilities) 
     188                FIXUP_BUNDLE(\"${bundle}\" \"\" \"\") 
     189        ") 
     190ENDIF () 
     191 
Note: See TracChangeset for help on using the changeset viewer.