mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
0b083b85ae
Link to uuid. Fixes build with MSVC svn path=/trunk/; revision=52312
18 lines
469 B
CMake
18 lines
469 B
CMake
|
|
add_definitions(
|
|
-D__ROS_LONG64__
|
|
-D_DLL -D__USE_CRTIMP)
|
|
|
|
list(APPEND SOURCE
|
|
intshcut.c
|
|
shdocvw.c
|
|
shortcut.c
|
|
webbrowser.c
|
|
testlist.c)
|
|
|
|
add_executable(shdocvw_winetest ${SOURCE})
|
|
target_link_libraries(shdocvw_winetest wine uuid)
|
|
set_module_type(shdocvw_winetest win32cui)
|
|
add_importlibs(shdocvw_winetest gdi32 shell32 ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET shdocvw_winetest DESTINATION reactos/bin FOR all)
|