[NTDLL_APITEST] Include the internal headers from the kernel and the probing library...
authorGeorge Bișoc <george.bisoc@reactos.org>
Sun, 2 May 2021 18:42:19 +0000 (20:42 +0200)
committerGeorge Bișoc <george.bisoc@reactos.org>
Sun, 2 May 2021 18:42:19 +0000 (20:42 +0200)
modules/rostests/apitests/ntdll/CMakeLists.txt

index 24844b9..ed0a199 100644 (file)
@@ -2,6 +2,7 @@
 add_subdirectory(load_notifications)
 
 include_directories($<TARGET_FILE_DIR:load_notifications>)
+include_directories(${REACTOS_SOURCE_DIR}/ntoskrnl/include)
 spec2def(ntdll_apitest.exe ntdll_apitest.spec)
 
 list(APPEND SOURCE
@@ -43,6 +44,7 @@ list(APPEND SOURCE
     NtSetVolumeInformationFile.c
     NtUnloadDriver.c
     NtWriteFile.c
+    probelib.c
     RtlAllocateHeap.c
     RtlBitmap.c
     RtlComputePrivatizedDllName_U.c