* Use ext2fsd.h as a PCH.

svn path=/trunk/; revision=52919
This commit is contained in:
Amine Khaldi 2011-07-27 10:11:21 +00:00
parent 219d76ad86
commit bd752471be

View file

@ -24,7 +24,7 @@ list(APPEND SOURCE
add_library(ext2fs SHARED ${SOURCE})
target_link_libraries(ext2fs ${PSEH_LIB})
add_pch(ext2fs inc/ext2fsd.h)
set_module_type(ext2fs kernelmodedriver)
add_importlibs(ext2fs ntoskrnl hal)