mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 22:02:14 +00:00
[CMAKE] Fix few copy-paste typos in add_pch() calls (#3508)
Follow-up to e898c9e
.
This commit is contained in:
parent
62b4c61f82
commit
8c18617fa7
6 changed files with 7 additions and 7 deletions
|
@ -28,7 +28,7 @@ set_module_type(cccopywrite_drv kernelmodedriver)
|
|||
target_link_libraries(cccopywrite_drv kmtest_printf ${PSEH_LIB})
|
||||
add_importlibs(cccopywrite_drv ntoskrnl hal)
|
||||
target_compile_definitions(cccopywrite_drv PRIVATE KMT_STANDALONE_DRIVER)
|
||||
#add_pch(cccopyread_drv ../include/kmt_test.h)
|
||||
#add_pch(cccopywrite_drv ../include/kmt_test.h)
|
||||
add_rostests_file(TARGET cccopywrite_drv)
|
||||
|
||||
#
|
||||
|
@ -73,7 +73,7 @@ set_module_type(ccpinread_drv kernelmodedriver)
|
|||
target_link_libraries(ccpinread_drv kmtest_printf ${PSEH_LIB})
|
||||
add_importlibs(ccpinread_drv ntoskrnl hal)
|
||||
target_compile_definitions(ccpinread_drv PRIVATE KMT_STANDALONE_DRIVER)
|
||||
#add_pch(ccmapdata_drv ../include/kmt_test.h)
|
||||
#add_pch(ccpinread_drv ../include/kmt_test.h)
|
||||
add_rostests_file(TARGET ccpinread_drv)
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue