mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
6 lines
204 B
Text
6 lines
204 B
Text
![]() |
list(APPEND SOURCE nfi.c nfi.rc)
|
||
|
add_executable(nfi ${SOURCE})
|
||
|
set_module_type(nfi win32cui UNICODE)
|
||
|
add_importlibs(nfi msvcrt kernel32 ntdll)
|
||
|
add_cd_file(TARGET nfi DESTINATION reactos/system32 FOR all)
|