reactos/dll/win32/ufat/CMakeLists.txt
Amine Khaldi 9fa710c813 * Sync with recent trunk (r52637).
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52643
2011-07-11 19:40:43 +00:00

15 lines
324 B
CMake

spec2def(ufat.dll ufat.spec)
list(APPEND SOURCE
ufat.c
ufat.rc
${CMAKE_CURRENT_BINARY_DIR}/ufat.def)
add_library(ufat SHARED ${SOURCE})
set_module_type(ufat win32dll)
target_link_libraries(ufat vfatlib)
add_importlibs(ufat msvcrt kernel32 ntdll)
add_cd_file(TARGET ufat DESTINATION reactos/system32 FOR all)