mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
0a26c7c5d2
And uncomment the code in KMDF which uses it
5 lines
112 B
CMake
5 lines
112 B
CMake
|
|
add_library(aux_klib aux_klib.c)
|
|
target_link_libraries(aux_klib ${PSEH_LIB})
|
|
add_importlibs(aux_klib ntoskrnl)
|