mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
4 lines
153 B
CMake
4 lines
153 B
CMake
add_executable(parttest parttest.c)
|
|
set_module_type(parttest win32cui)
|
|
add_importlibs(parttest ntdll msvcrt kernel32)
|
|
add_rostests_file(TARGET parttest)
|