diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-07 09:07:54 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-07 09:07:54 +0100 |
commit | 72c99ae7a23a05bf64412f0c271c94a9672d5bc1 (patch) | |
tree | 31846762a259fdba0a468989cd99940441777d9e /CMakeLists.txt | |
parent | cc4e7e331ba24b260edc44db8b09de274cd658a7 (diff) |
include .hpp in source list
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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}) |