mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
d686345e81
- More work on the base modules. By Alexey Komarov. svn path=/branches/cmake-bringup/; revision=48984
9 lines
169 B
CMake
9 lines
169 B
CMake
|
|
include_directories(.)
|
|
set_rc_compiler()
|
|
|
|
add_executable(format format.c format.rc)
|
|
|
|
set_module_type(format win32cui)
|
|
|
|
add_importlibs(format ntdll user32 fmifs msvcrt)
|