summaryrefslogtreecommitdiffhomepage
path: root/dinput/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'dinput/CMakeLists.txt')
-rw-r--r--dinput/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/dinput/CMakeLists.txt b/dinput/CMakeLists.txt
new file mode 100644
index 00000000..ed0b5990
--- /dev/null
+++ b/dinput/CMakeLists.txt
@@ -0,0 +1,4 @@
+if(WIN32)
+ opentrack_boilerplate(opentrack-dinput BIN)
+ target_link_libraries(opentrack-dinput dinput)
+endif()