Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2020-07-01 18:13:01 +0300
committerDavide Beatrici <git@davidebeatrici.dev>2020-07-11 20:34:49 +0300
commit9e78075cd030780904c32bcc7fc2982da2ce96ed (patch)
tree48809a67af61bd0f97540b843d0bd7fdac22ba8a /3rdparty
parent2fc3c01f0c148f0b9cf2c68298cc3cd1924d4cd8 (diff)
3rdparty/xinputcheck-build: add CMake project
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/xinputcheck-build/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/3rdparty/xinputcheck-build/CMakeLists.txt b/3rdparty/xinputcheck-build/CMakeLists.txt
new file mode 100644
index 000000000..de2774e28
--- /dev/null
+++ b/3rdparty/xinputcheck-build/CMakeLists.txt
@@ -0,0 +1,7 @@
+set(XINPUTCHECK_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../xinputcheck-src")
+
+add_library(xinputcheck STATIC "${XINPUTCHECK_DIR}/xinputcheck.cpp")
+
+target_include_directories(xinputcheck PUBLIC ${XINPUTCHECK_DIR})
+
+target_disable_warnings(xinputcheck)