2011-05-16 13:12:07 +00:00
|
|
|
|
2016-04-20 12:36:25 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/include/reactos/libs/fmifs)
|
2016-10-07 20:37:36 +00:00
|
|
|
include_directories(${REACTOS_SOURCE_DIR}/sdk/lib/conutils)
|
2016-03-04 16:26:57 +00:00
|
|
|
|
2011-05-16 13:12:07 +00:00
|
|
|
add_executable(format format.c format.rc)
|
2016-03-04 16:26:57 +00:00
|
|
|
set_module_type(format win32cui UNICODE)
|
2016-11-03 15:47:45 +00:00
|
|
|
target_link_libraries(format conutils ${PSEH_LIB})
|
2016-10-07 20:37:36 +00:00
|
|
|
add_importlibs(format fmifs msvcrt kernel32 ntdll)
|
2014-03-23 01:16:19 +00:00
|
|
|
set_target_properties(format PROPERTIES SUFFIX ".com")
|
2011-05-16 13:12:07 +00:00
|
|
|
add_cd_file(TARGET format DESTINATION reactos/system32 FOR all)
|