diff options
Diffstat (limited to 'main-window/CMakeLists.txt')
-rw-r--r-- | main-window/CMakeLists.txt | 6 |
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() |