Changeset 179:7ca1be922727 in qutecom-coip


Ignore:
Timestamp:
Mar 27, 2010 9:24:23 PM (3 years ago)
Author:
laurent@…
Branch:
default
Message:

update libxml

Location:
libs/3rdparty/libxml
Files:
52 added
1 edited

Legend:

Unmodified
Added
Removed
  • libs/3rdparty/libxml/CMakeLists.txt

    r0 r179  
    1 if (UNIX) 
    2  
    3         if (NOT XML2_FOUND) 
    4                 find_package(XML2 REQUIRED) 
    5         endif (NOT XML2_FOUND) 
    6  
    7         ow_create_project(libxml) 
    8  
    9         ow_use_public_libraries( 
    10                 XML2 
    11         ) 
    12  
    13 endif (UNIX) 
     1if (NOT WIN32) 
     2        # Not MSVC and not MinGW 
     3         include(CMakeLists-unix.txt) 
     4else (NOT WIN32) 
     5        # If MSVC or MinGW 
     6        include(CMakeLists-win32.txt) 
     7endif (NOT WIN32) 
Note: See TracChangeset for help on using the changeset viewer.