mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
10 lines
169 B
Text
10 lines
169 B
Text
|
|
||
|
include_directories(.)
|
||
|
set_rc_compiler()
|
||
|
|
||
|
add_executable(format format.c format.rc)
|
||
|
|
||
|
set_module_type(format win32cui)
|
||
|
|
||
|
add_importlibs(format ntdll user32 fmifs msvcrt)
|