reactos/dll/win32/untfs/CMakeLists.txt
Amine Khaldi eb8df6a835 [CMAKE]
- Fix more modules.

svn path=/branches/cmake-bringup/; revision=49811
2010-11-27 09:00:22 +00:00

15 lines
292 B
CMake

add_library(untfs SHARED untfs.c untfs.rc untfs.def)
if(NOT MSVC)
set_source_files_properties(untfs.def PROPERTIES EXTERNAL_OBJECT TRUE)
endif()
set_module_type(untfs win32dll)
target_link_libraries(untfs ntfslib)
add_importlibs(untfs msvcrt kernel32 ntdll)
add_cab_target(untfs 1)