mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
3cd624bc90
svn path=/trunk/; revision=67419
7 lines
278 B
CMake
7 lines
278 B
CMake
|
|
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)
|