Changeset d21047


Ignore:
Timestamp:
09/06/11 13:59:04 (22 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', '668dd99ac278cfd419d67879b141678facea630a')('windows_service_fixes', 'df6bd2788365991d36d5af2a75833b8de2a5860f')
Children:
da2308b29c877fa7a5cfd7249659b632f7208864
Parents:
3f98c6ea87e729ca98b608142b088b603a87d2a2
git-author:
Micke Prag <micke.prag@telldus.se>2011-09-06 11:59:04+00:00
git-committer:
Micke Prag <micke.prag@telldus.se>2011-09-06 11:59:04+00:00
Message:

Add the possibility to supply the variable TELLDUSCORE_INCLUDE_PATH for custom location of telldus-core.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • telldus-gui/cmake/FindTelldusCore.cmake

    r3aa67a rd21047  
    1414        FIND_LIBRARY( TELLDUSCORE_LIBRARY telldus-core ) 
    1515         
    16          
    1716ENDIF(APPLE) 
    1817 
     18IF(TELLDUSCORE_INCLUDE_PATH) 
     19        INCLUDE_DIRECTORIES(${TELLDUSCORE_INCLUDE_PATH}) 
     20ENDIF()  
    1921 
Note: See TracChangeset for help on using the changeset viewer.