X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=modules%2Frostests%2Fkmtests%2Fexample%2FCMakeLists.txt;fp=modules%2Frostests%2Fkmtests%2Fexample%2FCMakeLists.txt;h=824fccb29ca34b936715d1fe7dcc2d5553a52127;hp=a1a9b51db2bcb3d2dd16f0b1da7cce930bd9f6c4;hb=7e069ccdb2eeb28b420375270409d595efb86b14;hpb=480f729f6dd46f07b7d033b81c87826d57e72101 diff --git a/modules/rostests/kmtests/example/CMakeLists.txt b/modules/rostests/kmtests/example/CMakeLists.txt index a1a9b51db2b..824fccb29ca 100644 --- a/modules/rostests/kmtests/example/CMakeLists.txt +++ b/modules/rostests/kmtests/example/CMakeLists.txt @@ -9,6 +9,6 @@ add_library(example_drv MODULE ${EXAMPLE_DRV_SOURCE}) set_module_type(example_drv kernelmodedriver) target_link_libraries(example_drv kmtest_printf ${PSEH_LIB}) add_importlibs(example_drv ntoskrnl hal) -add_target_compile_definitions(example_drv KMT_STANDALONE_DRIVER) +target_compile_definitions(example_drv PRIVATE KMT_STANDALONE_DRIVER) #add_pch(example_drv ../include/kmt_test.h) add_rostests_file(TARGET example_drv)