Changeset e145f8


Ignore:
Timestamp:
08/21/09 11:03:58 (4 years ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'a231b56d57a69513303d0061f5fa3e3cd51c85c1')('controller-upgrade', '72b31cc86eeeef18f1371a3067b6e8a5ca21abfc')('windows_service_fixes', 'df6bd2788365991d36d5af2a75833b8de2a5860f')
Children:
e2121d321cb13d1940c974237cc647c758626662
Parents:
71751cf2446429afab6df446986fa3f4a4649921
git-author:
Micke Prag <micke.prag@telldus.se>2009-08-21 09:03:58+00:00
git-committer:
Micke Prag <micke.prag@telldus.se>2009-08-21 09:03:58+00:00
Message:

Made it possible to supply a custom library dir, useful for building on amd64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-core/driver/libtelldus-core/CMakeLists.txt

    rf96647 re145f8  
    162162) 
    163163 
     164IF (NOT LIBRARY_DIR) 
     165        SET(LIBRARY_DIR "lib") 
     166ENDIF (NOT LIBRARY_DIR) 
    164167 
    165168INSTALL(TARGETS ${telldus-core_TARGET} 
    166         LIBRARY         DESTINATION   lib 
     169        LIBRARY         DESTINATION   ${LIBRARY_DIR} 
    167170        FRAMEWORK       DESTINATION   "/Library/Frameworks" 
    168171        PUBLIC_HEADER   DESTINATION   include 
Note: See TracChangeset for help on using the changeset viewer.