src/CMakeLists.txt
branchv_0
changeset 4 1383ad1c4f57
parent 1 2a3e9f07c128
child 5 6ba51911d539
equal deleted inserted replaced
3:6baa91ac3199 4:1383ad1c4f57
     1 # Spacenav Demo Qt
     1 # Spacenav Demo Qt
     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.
    30 
    30 
    31 # Executable output:
    31 # Executable output:
    32 add_executable(
    32 add_executable(
    33 	${EXECUTABLE_FILE}
    33 	${EXECUTABLE_FILE}
    34 	# QObjects must be listed here (including them from other files is not enough)
    34 	# QObjects must be listed here (including them from other files is not enough)
       
    35 	SpacenavWindow.h
    35 	SpacenavReceiver.h
    36 	SpacenavReceiver.h
    36 	#SpacenavWindow.ui
    37 	SpacenavWrapper.cpp
    37 	#SpacenavWindow.cpp
       
    38 	spacenav-demo-qt.cpp
    38 	spacenav-demo-qt.cpp
    39 )
    39 )
    40 
    40 
    41 # Link libraries:
    41 # Link libraries:
    42 target_link_libraries(${EXECUTABLE_FILE} -lX11 -lm -lspnav)
    42 target_link_libraries(${EXECUTABLE_FILE} -lX11 -lm -lspnav)