reactos/modules/rostests/win32/user32/psmtest/CMakeLists.txt

6 lines
204 B
CMake
Raw Normal View History

add_executable(psmtest psmtest.c)
set_module_type(psmtest win32gui UNICODE)
add_importlibs(psmtest lpk gdi32 user32 shell32 comctl32 msvcrt kernel32 ntdll)
add_rostests_file(TARGET psmtest SUBDIR suppl)