2010-12-07 11:40:10 +00:00
|
|
|
|
2014-04-23 14:49:34 +00:00
|
|
|
add_definitions(
|
|
|
|
-DUSE_WINE_TODOS
|
|
|
|
-D__WINESRC__)
|
2014-02-14 23:22:21 +00:00
|
|
|
|
2010-12-07 11:40:10 +00:00
|
|
|
list(APPEND SOURCE
|
2012-01-21 17:21:57 +00:00
|
|
|
action.c
|
2010-12-07 11:40:10 +00:00
|
|
|
automation.c
|
|
|
|
db.c
|
|
|
|
format.c
|
|
|
|
install.c
|
|
|
|
msi.c
|
|
|
|
package.c
|
|
|
|
patch.c
|
|
|
|
record.c
|
|
|
|
source.c
|
|
|
|
suminfo.c
|
|
|
|
testlist.c)
|
|
|
|
|
|
|
|
add_executable(msi_winetest ${SOURCE})
|
2013-09-22 16:30:59 +00:00
|
|
|
target_link_libraries(msi_winetest uuid)
|
2010-12-07 11:40:10 +00:00
|
|
|
set_module_type(msi_winetest win32cui)
|
2013-09-22 16:30:59 +00:00
|
|
|
add_importlibs(msi_winetest cabinet msi shell32 ole32 oleaut32 user32 advapi32 version msvcrt kernel32)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET msi_winetest DESTINATION reactos/bin FOR all)
|