CMakeLists.txt
branchv_0
changeset 1 ac5f3768ebb1
parent 0 37aa134ae57b
child 8 1dab2b99f51d
--- 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 <http://www.gnu.org/licenses/>.
 
-project (spacenav-demo-qt)
+project (spacenav-lib-hack)
 cmake_minimum_required(VERSION 3.7.2)
 add_subdirectory (src)