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