mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
65ce146169
svn path=/branches/ros-csrss/; revision=57561
17 lines
352 B
CMake
17 lines
352 B
CMake
|
|
spec2def(ufatx.dll ufatx.spec)
|
|
|
|
list(APPEND SOURCE
|
|
ufatx.rc
|
|
${CMAKE_CURRENT_BINARY_DIR}/ufatx.def)
|
|
|
|
add_library(ufatx SHARED ${SOURCE})
|
|
|
|
set_module_type(ufatx win32dll ENTRYPOINT 0 )
|
|
|
|
target_link_libraries(ufatx vfatxlib)
|
|
add_importlibs(ufatx ntdll)
|
|
|
|
add_dependencies(ufatx psdk)
|
|
add_cd_file(TARGET ufatx DESTINATION reactos/system32 FOR all)
|