1 2include_directories(include) 3add_executable(tditest tditest/tditest.c tditest.rc) 4set_module_type(tditest kernelmodedriver) 5target_link_libraries(tditest ${PSEH_LIB}) 6add_importlibs(tditest ntoskrnl hal) 7add_cd_file(TARGET tditest DESTINATION reactos/system32/drivers FOR all) 8