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