Sync with trunk (r49303)
[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
12 add_livecd_target(dwnl reactos/system32)