source: verona/phapi/msdirent/CMakeLists.txt @ 54:cdb0c05c6638

Last change on this file since 54:cdb0c05c6638 was 54:cdb0c05c6638, checked in by nikita <>, 3 years ago

win32-dirent

File size: 161 bytes
Line 
1project(msdirent)
2
3if(CMAKE_UNDER_CE)
4  include_directories(${WCECOMPAT_INCLUDE_DIRS})
5endif(CMAKE_UNDER_CE)
6
7add_library(msdirent STATIC win32-dirent.c)
Note: See TracBrowser for help on using the repository browser.