Sync to trunk revision 63857.
[reactos.git] / dll / win32 / iernonce / CMakeLists.txt
1
2 spec2def(iernonce.dll iernonce.spec)
3
4 add_library(iernonce SHARED
5 iernonce.c
6 ${CMAKE_CURRENT_BINARY_DIR}/iernonce.def)
7
8 set_module_type(iernonce win32dll UNICODE)
9 add_importlibs(iernonce msvcrt kernel32 ntdll)
10 add_cd_file(TARGET iernonce DESTINATION reactos/system32 FOR all)