[FREELDR]
[reactos.git] / base / applications / network / dwnl / CMakeLists.txt
1 add_definitions(-D_DLL -D__USE_CRTIMP)
2
3 set_unicode()
4
5 add_executable(dwnl dwnl.c)
6
7 set_module_type(dwnl win32cui)
8
9 target_link_libraries(dwnl uuid)
10
11 add_importlibs(dwnl urlmon wininet msvcrt kernel32)
12
13 add_cab_target(dwnl 1)