reactos/base/applications/network/dwnl/CMakeLists.txt
Sylvain Petreolle 8456a5473e [CMAKE]
Revert incorrect auto import change and use proper definitions instead.

svn path=/branches/cmake-bringup/; revision=49476
2010-11-05 09:38:42 +00:00

13 lines
No EOL
225 B
CMake

add_definitions(-D_DLL -D__USE_CRTIMP)
set_unicode()
add_executable(dwnl dwnl.c)
set_module_type(dwnl win32cui)
target_link_libraries(dwnl uuid)
add_importlibs(dwnl urlmon wininet msvcrt kernel32)
add_cab_target(dwnl 1)