mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +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)
|