reactos/dll/win32/ufatx/CMakeLists.txt
Sylvain Petreolle 89271fe38d [CMAKE]
Add each win32dll module to livecd and remove global temporary add-on from gcc.cmake.
Fix pch use in fmifs.
Enable remaining dlls in dll/win32/CMakeLists.txt.

svn path=/branches/cmake-bringup/; revision=49230
2010-10-22 19:40:56 +00:00

14 lines
377 B
CMake

spec2def(ufatx ${CMAKE_CURRENT_SOURCE_DIR}/ufatx.spec ${CMAKE_CURRENT_BINARY_DIR}/ufatx.def)
add_library(ufatx SHARED ufatx.rc)
set_entrypoint(ufatx 0)
target_link_libraries(ufatx
${CMAKE_CURRENT_BINARY_DIR}/ufatx.def
vfatxlib)
add_importlibs(ufatx gcc kernel32 ntdll)
add_dependencies(ufatx ufatx_def psdk buildno_header)
add_livecd_target(ufatx reactos/system32)