X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fcpl%2Finput%2FCMakeLists.txt;h=a97a16763fdf7dd6c718d42b17448d21757f316e;hp=19e84ad3db3fe58c306f703da4993c3b122fb28d;hb=53fbd8e18538e430a677ca80bb451f70e5652eea;hpb=6c0c23cb53f243ae7abf3ad533eb701d33f2261b diff --git a/dll/cpl/input/CMakeLists.txt b/dll/cpl/input/CMakeLists.txt index 19e84ad3db3..a97a16763fd 100644 --- a/dll/cpl/input/CMakeLists.txt +++ b/dll/cpl/input/CMakeLists.txt @@ -1,5 +1,6 @@ set_unicode() +set_rc_compiler() spec2def(input.dll input.spec) @@ -22,4 +23,4 @@ add_importlibs(input gdi32 kernel32) -add_cab_target(input 1) +add_cd_file(TARGET input DESTINATION reactos/system32)