Changeset 19:52b7ad7575bd in miniini


Ignore:
Timestamp:
May 30, 2011 4:20:53 PM (2 years ago)
Author:
laurent <laurent@…>
Branch:
default
Message:

fix stdint.h include dir

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r18 r19  
    1414 
    1515 
    16 if(WIN32 OR CMAKE_UNDER_CE) 
     16if(WIN32) 
    1717        #find_path(WINCEINCS stdint.h) 
    1818        include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../util/cutil/include/cutil/msvc) 
    19 endif(WIN32 OR CMAKE_UNDER_CE 
     19endif(WIN32)     
    2020 
    2121if(ANDROID) 
Note: See TracChangeset for help on using the changeset viewer.