summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 149dfc21..7b29008b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -197,7 +197,7 @@ function(link_with_dinput8 n)
endfunction()
macro(opentrack_module n dir)
- file(GLOB ${n}-c "${dir}/*.cpp" "${dir}/*.h" "${dir}/*.rc" ${EXTRA-MOCS})
+ file(GLOB ${n}-c "${dir}/*.cpp" "${dir}/*.h" "${dir}/*.rc" "${dir}/*.hpp" ${EXTRA-MOCS})
file(GLOB ${n}-ui "${dir}/*.ui")
file(GLOB ${n}-rc "${dir}/*.qrc")
QT5_WRAP_UI(${n}-uih ${${n}-ui})