mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
20 lines
451 B
CMake
20 lines
451 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
list(APPEND SOURCE
|
|
generated.c
|
|
misc.c
|
|
protocol.c
|
|
sec_mgr.c
|
|
stream.c
|
|
uri.c
|
|
url.c
|
|
testlist.c)
|
|
|
|
add_executable(urlmon_winetest ${SOURCE})
|
|
target_link_libraries(urlmon_winetest wine uuid)
|
|
set_module_type(urlmon_winetest win32cui)
|
|
add_importlibs(urlmon_winetest urlmon ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
|
|
add_cab_target(urlmon_winetest 7)
|