src/CMakeLists.txt
branchv_0
changeset 1 9cd86b92aabb
parent 0 bb36d1770a9e
child 3 42d64bd73232
--- a/src/CMakeLists.txt	Wed Mar 06 16:21:18 2019 +0100
+++ b/src/CMakeLists.txt	Thu Mar 14 00:23:34 2019 +0100
@@ -32,6 +32,8 @@
 add_executable(
 	${EXECUTABLE_FILE}
 	# QObjects must be listed here (including them from other files is not enough)
+	SimulatorWindow.h
+	SimulatorWindow.cpp
 	spacenav-simulator-qt.cpp
 )