reactos/dll/win32/ufatx/CMakeLists.txt
Amine Khaldi ae92d98a66 [CMAKE]
- Delete more useless definition files.
- Improve more modules.

svn path=/branches/cmake-bringup/; revision=50131
2010-12-24 18:37:44 +00:00

17 lines
353 B
CMake

spec2def(ufatx.dll ufatx.spec)
list(APPEND SOURCE
ufatx.rc
${CMAKE_CURRENT_BINARY_DIR}/ufatx.def)
add_library(ufatx SHARED ${SOURCE})
set_entrypoint(ufatx 0)
target_link_libraries(ufatx vfatxlib -lgcc)
add_importlibs(ufatx kernel32 ntdll)
add_importlib_target(ufatx.spec)
add_dependencies(ufatx psdk buildno_header)
add_cab_target(ufatx 1)