cmake HAVE_LINUX_INPUT_H examples

KDE/kdenlive src/CMakeLists.txt :32

check_include_files(linux/input.h HAVE_LINUX_INPUT_H)

ComputationalBiomechanicsLab/opensim-creator third_party/SDL/CMakeLists.txt :1604

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

u3d-community/U3D Source/ThirdParty/SDL/CMakeLists.txt :1330

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

openc2e/openc2e externals/SDL2/CMakeLists.txt :1016

check_include_file(linux/input.h HAVE_LINUX_INPUT_H)

vrpn/vrpn CMakeLists.txt :780

check_include_file_cxx(linux/input.h HAVE_LINUX_INPUT_H)

tanis2000/binocle-c src/deps/sdl/CMakeLists.txt :1596

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

cadaver/turso3d ThirdParty/SDL/CMakeLists.txt :1546

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

mxcop/src-dgi extern/sdl/CMakeLists.txt :1552

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

glKarin/com.n0n3m4.diii4a Q3E/src/main/jni/deplibs/SDL2/CMakeLists.txt :1540

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

MRPT/mrpt cmakemodules/script_detect_functions_headers.cmake :26

CHECK_INCLUDE_FILE("linux/input.h" HAVE_LINUX_INPUT_H)

vengi-voxel/vengi contrib/libs/sdl2/CMakeLists.txt :1536

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

Hork-Engine/Hork-Source ThirdParty/SDL3/CMakeLists.txt :1547

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

godlikepanos/anki-3d-engine ThirdParty/Sdl3/CMakeLists.txt :1604

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

RavEngine/RavEngine deps/SDL/CMakeLists.txt :1604

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)

cvet/fonline ThirdParty/SDL/CMakeLists.txt :1604

check_c_source_compiles("
        #include <linux/input.h>
        #ifndef EVIOCGNAME
        #error EVIOCGNAME() ioctl not available
        #endif
        int main(int argc, char** argv) { return 0; }" HAVE_LINUX_INPUT_H)