From 53e8b2d41988be69deb800e1ef3cbcfc699a3076 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 13 Jan 2018 07:42:29 +0100 Subject: cmake, main: work toward introducing alternative UI We're going to base opentrack derivatives on the same branch. Previously merges were a living hell. Modularizing the UI code and having continuously-built executables will do a lot. First opentrack variant in progress is a TrackHat device for mouse and scrolling control for people with spine and hand/arm disabilities. --- variant/default/CMakeLists.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 variant/default/CMakeLists.txt (limited to 'variant/default/CMakeLists.txt') diff --git a/variant/default/CMakeLists.txt b/variant/default/CMakeLists.txt new file mode 100644 index 00000000..a9e3c754 --- /dev/null +++ b/variant/default/CMakeLists.txt @@ -0,0 +1,9 @@ +otr_module(executable EXECUTABLE BIN) + +set_target_properties(opentrack-executable PROPERTIES + SUFFIX "${opentrack-binary-suffix}" + OUTPUT_NAME "opentrack" + PREFIX "" +) + +target_link_libraries(opentrack-executable opentrack-user-interface) -- cgit v1.2.3