Sync with trunk rev.61910 to get latest improvements and bugfixes.
[reactos.git] / dll / win32 / getuname / CMakeLists.txt
1
2
3 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
4
5 spec2def(getuname.dll getuname.spec)
6
7 add_library(getuname SHARED
8 getuname.c
9 getuname.rc
10 ${CMAKE_CURRENT_BINARY_DIR}/getuname.def)
11
12
13 set_module_type(getuname win32dll UNICODE)
14 add_importlibs(getuname user32 msvcrt kernel32 ntdll)
15 add_cd_file(TARGET getuname DESTINATION reactos/system32 FOR all)