X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fapplications%2Fkbswitch%2FCMakeLists.txt;h=19374115fa45c41ccde82c97fdc658315fe7d297;hp=644de55410422a0eaea2c82175ac23d64d047704;hb=9fa710c8135d9c18cd6e828bc696b4a3a8b95f9d;hpb=1fb94b1cb5ea0c83d5cdafcca2722475b2cd15d0 diff --git a/base/applications/kbswitch/CMakeLists.txt b/base/applications/kbswitch/CMakeLists.txt index 644de554104..19374115fa4 100644 --- a/base/applications/kbswitch/CMakeLists.txt +++ b/base/applications/kbswitch/CMakeLists.txt @@ -1,9 +1,11 @@ set_unicode() +set_rc_compiler() add_executable(kbswitch kbswitch.c kbswitch.rc) set_module_type(kbswitch win32gui) add_importlibs(kbswitch advapi32 user32 shell32 gdi32 msvcrt kernel32) +add_cd_file(TARGET kbswitch DESTINATION reactos/system32 FOR all) add_subdirectory(kbsdll)