1 2spec2def(iernonce.dll iernonce.spec) 3 4add_library(iernonce MODULE 5 iernonce.c 6 iernonce.rc 7 ${CMAKE_CURRENT_BINARY_DIR}/iernonce.def) 8 9set_module_type(iernonce win32dll UNICODE) 10add_importlibs(iernonce msvcrt kernel32 ntdll) 11add_cd_file(TARGET iernonce DESTINATION reactos/system32 FOR all) 12