reactos/modules/rostests/apitests/user32/makeimg/CMakeLists.txt
Doug Lyons ffd060295d
[USER32_APITEST] Test MSVC rc.exe compiled 32-bpp BI_BITFIELD bmp (#6755)
* Cleanup and Changes based on reviewer comments
* For failure, show returned and expected values

CORE-17005
2024-04-27 13:30:51 -05:00

13 lines
311 B
CMake

PROJECT(MAKEIMG)
add_executable(showimg showimg.c)
set_module_type(showimg win32gui UNICODE)
add_importlibs(showimg gdi32 user32 shell32 msvcrt kernel32 ntdll)
add_library(image MODULE image.rc)
set_module_type(image win32dll ENTRYPOINT 0)
add_rostests_file(TARGET showimg)
add_rostests_file(TARGET image)