src/CMakeLists.txt
branchv_0
changeset 3 42d64bd73232
parent 1 9cd86b92aabb
child 5 980a27d138f7
equal deleted inserted replaced
2:a27850958a67 3:42d64bd73232
    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 	SimulatorWindow.h
    35 	SimulatorWindow.h
    36 	SimulatorWindow.cpp
    36 	SimulatorWindow.cpp
       
    37 	SimulatorSocketServer.cpp
    37 	spacenav-simulator-qt.cpp
    38 	spacenav-simulator-qt.cpp
    38 )
    39 )
    39 
    40 
    40 # Link libraries:
    41 # Link libraries:
    41 target_link_libraries(${EXECUTABLE_FILE} -lX11 -lm -lspnav)
    42 target_link_libraries(${EXECUTABLE_FILE} -lX11 -lm -lspnav)