diff -r 37aa134ae57b -r ac5f3768ebb1 CMakeLists.txt --- a/CMakeLists.txt Wed Mar 06 16:21:18 2019 +0100 +++ b/CMakeLists.txt Fri Mar 08 20:11:23 2019 +0100 @@ -1,5 +1,5 @@ -# Spacenav Demo Qt -# Copyright © 2018 František Kučera (Frantovo.cz, GlobalCode.info) +# Spacenav lib hack +# Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -14,6 +14,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -project (spacenav-demo-qt) +project (spacenav-lib-hack) cmake_minimum_required(VERSION 3.7.2) add_subdirectory (src)