mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
8 lines
327 B
Text
8 lines
327 B
Text
|
|
||
|
add_definitions(-DUSE_WINE_TODOS)
|
||
|
include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
|
||
|
add_executable(oledlg_winetest main.c testlist.c)
|
||
|
set_module_type(oledlg_winetest win32cui)
|
||
|
add_importlibs(oledlg_winetest oledlg ole32 user32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET oledlg_winetest DESTINATION reactos/bin FOR all)
|