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