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
15 lines
309 B
CMake
15 lines
309 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 nativedll)
|
|
target_link_libraries(ufat vfatlib)
|
|
add_importlibs(ufat ntdll)
|
|
add_cd_file(TARGET ufat DESTINATION reactos/system32 FOR all)
|