X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fshell%2Fexplorer-new%2FCMakeLists.txt;h=1ab9228531cdc2bbb0813a2d4dfb64ba0e0d04d4;hp=c9ec23a0f8c0633e6b9a620693a6c95252368931;hb=53fbd8e18538e430a677ca80bb451f70e5652eea;hpb=b2f64ac5520f3e2ae376217d60a09fff272f869e diff --git a/base/shell/explorer-new/CMakeLists.txt b/base/shell/explorer-new/CMakeLists.txt index c9ec23a0f8c..1ab9228531c 100644 --- a/base/shell/explorer-new/CMakeLists.txt +++ b/base/shell/explorer-new/CMakeLists.txt @@ -3,6 +3,8 @@ set_unicode() add_definitions(-DWIN32) +set_rc_compiler() + list(APPEND SOURCE desktop.c dragdrop.c @@ -31,6 +33,9 @@ add_importlibs(explorer_new oleaut32 shell32 shlwapi + version msvcrt kernel32 ntdll) + +add_cd_file(TARGET explorer_new DESTINATION reactos)