[MSI]
[reactos.git] / rostests / winetests / odbccp32 / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 add_executable(odbccp32_winetest misc.c testlist.c)
7 target_link_libraries(odbccp32_winetest wine)
8 set_module_type(odbccp32_winetest win32cui)
9 add_importlibs(odbccp32_winetest odbccp32 msvcrt kernel32 ntdll)
10 add_cab_target(odbccp32_winetest 7)