Finding kernel headers with cmake
I need to include <asm/barrier.h>
and <asm/msr.h>
. I see them (in /usr/src/linux-headers-6.5.0-27/arch/x86/include/asm
but cmake
doesn’t. I tried:
I need to include <asm/barrier.h>
and <asm/msr.h>
. I see them (in /usr/src/linux-headers-6.5.0-27/arch/x86/include/asm
but cmake
doesn’t. I tried: