diff options
Diffstat (limited to 'gui/CMakeLists.txt')
-rw-r--r-- | gui/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |