mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
12 lines
No EOL
248 B
CMake
12 lines
No EOL
248 B
CMake
add_definitions(-D_DLL -D__USE_CRTIMP)
|
|
|
|
include_directories(.)
|
|
set_rc_compiler()
|
|
|
|
add_executable(format format.c format.rc)
|
|
|
|
set_module_type(format win32cui)
|
|
|
|
add_importlibs(format ntdll user32 fmifs msvcrt kernel32 ntdll)
|
|
|
|
add_cab_target(format 1) |