Changeset bc7466
- Timestamp:
- 09/07/11 15:35:01 (21 months ago)
- 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
- File:
-
- 1 edited
-
telldus-gui/TelldusCenter/CMakeLists.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
telldus-gui/TelldusCenter/CMakeLists.txt
rad60a81 rbc7466 177 177 ENDIF (UNIX) 178 178 179 180 179 INSTALL(TARGETS ${telldus-center_TARGET} 181 180 RUNTIME DESTINATION bin … … 183 182 ) 184 183 184 IF (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 ") 190 ENDIF () 191
Note: See TracChangeset
for help on using the changeset viewer.
