Changeset eac97c


Ignore:
Timestamp:
01/18/12 11:43:45 (4 months ago)
Author:
Micke Prag <micke.prag@…>
Branches:
('master', 'deebf2045e7119c339412580f37a1e653f7d5715')('controller-upgrade', '00f95d22e12d96ef089e0902ef62ae8ce841dc6f')
Children:
5807bceda82aea3cdd70692843fdbf6d5ccc5bb5
Parents:
3d7f600dd983fbf37b994db81c5b23ec40c2a223
git-author:
Micke Prag <micke.prag@telldus.se>2012-01-18 11:43:45+01:00
git-committer:
Micke Prag <micke.prag@telldus.se>2012-01-18 11:43:45+01:00
Message:

Add openbsd-getopt to tdtool on Windows

Location:
telldus-core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • telldus-core/CMakeLists.txt

    r48daf2 reac97c  
    5353 
    5454IF(BUILD_TDTOOL) 
     55        IF(WIN32) 
     56                ADD_SUBDIRECTORY(3rdparty/openbsd-getopt) 
     57        ENDIF() 
    5558        ADD_SUBDIRECTORY(tdtool) 
    5659ENDIF(BUILD_TDTOOL) 
  • telldus-core/tdtool/CMakeLists.txt

    rf94392 reac97c  
    2323 
    2424IF (WIN32) 
    25         FIND_LIBRARY(TELLDUSCORE_LIBRARY TelldusCore) 
    2625        TARGET_LINK_LIBRARIES(tdtool 
    27                 ${TELLDUSCORE_LIBRARY} 
     26                TelldusCore 
     27                openbsd-getopt 
     28        ) 
     29        INCLUDE_DIRECTORIES( 
     30                ${CMAKE_SOURCE_DIR}/3rdparty/openbsd-getopt 
    2831        ) 
    2932ELSEIF (APPLE) 
Note: See TracChangeset for help on using the changeset viewer.