reactos/base/system/format/CMakeLists.txt
Sylvain Petreolle b9041e39bf [CMAKE]
Add base/ modules to bootcd.

svn path=/branches/cmake-bringup/; revision=49477
2010-11-05 10:37:10 +00:00

12 lines
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)