diff options
Diffstat (limited to 'migration/CMakeLists.txt')
-rw-r--r-- | migration/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/migration/CMakeLists.txt b/migration/CMakeLists.txt new file mode 100644 index 00000000..d220b002 --- /dev/null +++ b/migration/CMakeLists.txt @@ -0,0 +1,2 @@ +opentrack_boilerplate(opentrack-migration BIN) +target_link_libraries(opentrack-migration opentrack-logic opentrack-spline-widget) |