mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
5 lines
179 B
Text
5 lines
179 B
Text
![]() |
add_executable(parttest parttest.c)
|
||
|
set_module_type(parttest win32cui)
|
||
|
add_importlibs(parttest ntdll msvcrt kernel32)
|
||
|
add_cd_file(TARGET parttest DESTINATION reactos/bin FOR all)
|