mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
8 lines
278 B
Text
8 lines
278 B
Text
|
|
||
|
include_directories(include)
|
||
|
add_executable(tditest tditest/tditest.c tditest.rc)
|
||
|
set_module_type(tditest kernelmodedriver)
|
||
|
target_link_libraries(tditest ${PSEH_LIB})
|
||
|
add_importlibs(tditest ntoskrnl hal)
|
||
|
add_cd_file(TARGET tditest DESTINATION reactos/system32/drivers FOR all)
|