1 2set_rc_compiler() 3 4spec2def(devcpux.dll devcpux.spec) 5 6add_library(devcpux SHARED processor.c processor.rc ${CMAKE_CURRENT_BINARY_DIR}/devcpux.def) 7 8set_module_type(devcpux win32dll UNICODE) 9 10add_importlibs(devcpux 11 user32 12 powrprof 13 comctl32 14 msvcrt 15 kernel32 16 ntdll) 17 18add_cd_file(TARGET devcpux DESTINATION reactos/system32 FOR all) 19