From aa066bdd4622d4f6824fee864f6be6806813f04d Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 30 Oct 2015 07:37:41 +0100 Subject: move to subdirectory-based build system Closes #224 --- opentrack-compat/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 opentrack-compat/CMakeLists.txt (limited to 'opentrack-compat') diff --git a/opentrack-compat/CMakeLists.txt b/opentrack-compat/CMakeLists.txt new file mode 100644 index 00000000..4f5fd724 --- /dev/null +++ b/opentrack-compat/CMakeLists.txt @@ -0,0 +1,4 @@ +opentrack_boilerplate(opentrack-compat STATIC NO-COMPAT) +if(NOT WIN32 AND NOT APPLE) + target_link_libraries(opentrack-compat rt) +endif() -- cgit v1.2.3