CMakeLists.txt
branchv_0
changeset 1 ac5f3768ebb1
parent 0 37aa134ae57b
child 8 1dab2b99f51d
equal deleted inserted replaced
0:37aa134ae57b 1:ac5f3768ebb1
     1 # Spacenav Demo Qt
     1 # Spacenav lib hack
     2 # Copyright © 2018 František Kučera (Frantovo.cz, GlobalCode.info)
     2 # Copyright © 2019 František Kučera (Frantovo.cz, GlobalCode.info)
     3 #
     3 #
     4 # This program is free software: you can redistribute it and/or modify
     4 # This program is free software: you can redistribute it and/or modify
     5 # it under the terms of the GNU General Public License as published by
     5 # it under the terms of the GNU General Public License as published by
     6 # the Free Software Foundation, either version 3 of the License, or
     6 # the Free Software Foundation, either version 3 of the License, or
     7 # (at your option) any later version.
     7 # (at your option) any later version.
    12 # GNU General Public License for more details.
    12 # GNU General Public License for more details.
    13 #
    13 #
    14 # You should have received a copy of the GNU General Public License
    14 # You should have received a copy of the GNU General Public License
    15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
    16 
    16 
    17 project (spacenav-demo-qt)
    17 project (spacenav-lib-hack)
    18 cmake_minimum_required(VERSION 3.7.2)
    18 cmake_minimum_required(VERSION 3.7.2)
    19 add_subdirectory (src)
    19 add_subdirectory (src)