* Sync to recent trunk (r52563).
[reactos.git] / base / applications / network / dwnl / CMakeLists.txt
1
2 set_unicode()
3
4 add_executable(dwnl dwnl.c)
5
6 set_module_type(dwnl win32cui)
7
8 target_link_libraries(dwnl uuid)
9
10 add_importlibs(dwnl urlmon wininet msvcrt kernel32)
11 if(MSVC)
12 add_importlibs(dwnl ntdll)
13 endif()
14
15 add_cd_file(TARGET dwnl DESTINATION reactos/system32 FOR all)