mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
6 lines
180 B
Text
6 lines
180 B
Text
|
|
||
|
add_executable(partinfo partinfo.c)
|
||
|
set_module_type(partinfo win32cui)
|
||
|
add_importlibs(partinfo ntdll msvcrt kernel32)
|
||
|
add_cd_file(TARGET partinfo DESTINATION reactos/bin FOR all)
|