summaryrefslogtreecommitdiffhomepage
path: root/main-window/CMakeLists.txt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-12-17 17:51:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2021-12-17 20:27:17 +0100
commit756d2925904ca87266fc30c3d84b9c3682c73fce (patch)
treecd4b4ac87e95de4795b4a63ee4c5b9707299f0d6 /main-window/CMakeLists.txt
parentc174ccfb7b22cfc39c03b153d112b43f8cbd92fa (diff)
opentrack: kill unfinished obsolete code
Diffstat (limited to 'main-window/CMakeLists.txt')
-rw-r--r--main-window/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/main-window/CMakeLists.txt b/main-window/CMakeLists.txt
deleted file mode 100644
index c9228536..00000000
--- a/main-window/CMakeLists.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-if(opentrack_maintainer-mode)
- otr_module(main-window BIN NO-INSTALL)
- foreach(k user-interface logic pose-widget migration spline)
- target_link_libraries(${self} opentrack-${k})
- endforeach()
-endif()