* Sync up to trunk head (r64939).
[reactos.git] / dll / win32 / getuname / CMakeLists.txt
1
2 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
3 spec2def(getuname.dll getuname.spec)
4
5 add_library(getuname SHARED
6 getuname.c
7 getuname.rc
8 ${CMAKE_CURRENT_BINARY_DIR}/getuname.def)
9
10 set_module_type(getuname win32dll UNICODE)
11 add_importlibs(getuname user32 msvcrt kernel32 ntdll)
12 add_cd_file(TARGET getuname DESTINATION reactos/system32 FOR all)