mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
f4cc19c36a
- Improve several modules. svn path=/branches/cmake-bringup/; revision=50055
11 lines
242 B
CMake
11 lines
242 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 user32 fmifs msvcrt kernel32 ntdll)
|
|
add_cab_target(format 1)
|