reactos/sdk/lib/drivers/aux_klib/CMakeLists.txt
Victor Perevertkin 0a26c7c5d2
[SDK:DDK] Implement the Auxiliary Kernel-Mode Library
And uncomment the code in KMDF which uses it
2021-03-10 16:43:59 +03:00

5 lines
112 B
CMake

add_library(aux_klib aux_klib.c)
target_link_libraries(aux_klib ${PSEH_LIB})
add_importlibs(aux_klib ntoskrnl)