From de4e1cb93cb73a247858a1afb950d5ae86acdc41 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 18 Jul 2016 10:12:25 +0200 Subject: cmake: adjust paths for main executable dependencies --- gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 6ea4a67f..6fa8d034 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -32,5 +32,5 @@ if(LINUX) target_link_libraries(opentrack procps) endif() -opentrack_boilerplate(opentrack STAGE2) +opentrack_boilerplate(opentrack STAGE2 BIN) -- cgit v1.2.3