diff options
Diffstat (limited to 'protocol-ft/CMakeLists.txt')
-rw-r--r-- | protocol-ft/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/protocol-ft/CMakeLists.txt b/protocol-ft/CMakeLists.txt new file mode 100644 index 00000000..44f95ba3 --- /dev/null +++ b/protocol-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() |