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