reactos/dll/win32/ufatx/CMakeLists.txt
Amine Khaldi 2f6d499617 [CMAKE]
- Move more dlls with no stubs into using def files instead of spec files.

svn path=/branches/cmake-bringup/; revision=49450
2010-11-02 20:23:56 +00:00

14 lines
316 B
CMake

add_library(ufatx SHARED ufatx.rc ufatx.def)
if(NOT MSVC)
set_source_files_properties(ufatx.def PROPERTIES EXTERNAL_OBJECT TRUE)
endif()
set_entrypoint(ufatx 0)
target_link_libraries(ufatx vfatxlib)
add_importlibs(ufatx gcc kernel32 ntdll)
add_dependencies(ufatx psdk buildno_header)
add_cab_target(ufatx 1)