Author: hbelusca Date: Fri Aug 5 11:54:48 2016 New Revision: 72115
URL: http://svn.reactos.org/svn/reactos?rev=72115&view=rev Log: [FASTFAT_NEW]: Fix add_pch command usage.
Modified: trunk/reactos/drivers/filesystems/fastfat_new/CMakeLists.txt
Modified: trunk/reactos/drivers/filesystems/fastfat_new/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfat... ============================================================================== --- trunk/reactos/drivers/filesystems/fastfat_new/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/fastfat_new/CMakeLists.txt [iso-8859-1] Fri Aug 5 11:54:48 2016 @@ -22,10 +22,10 @@ rw.c shutdown.c volume.c - fastfat.rc) + fastfat.h)
-add_library(fastfat_new SHARED ${SOURCE}) +add_library(fastfat_new SHARED ${SOURCE} fastfat.rc) set_module_type(fastfat_new kernelmodedriver) target_link_libraries(fastfat_new ${PSEH_LIB} fullfat) add_importlibs(fastfat_new ntoskrnl hal) -add_pch(fastfat_new fastfat.h) +add_pch(fastfat_new fastfat.h SOURCE)