diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-02 08:10:45 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-02 08:10:45 +0100 |
commit | 58a8a9eeaf85f017f38741a2b7c3c46a22431a88 (patch) | |
tree | f813a3e4b0d39abab1e5ba5ebdc1351044195b33 /CMakeLists.txt | |
parent | fba587185e077cf6ed4b37d213553f87e3b859cb (diff) |
add .rc files to build following cmake debloatification
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 0d2c0006..776473b6 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" ${EXTRA-MOCS}) + file(GLOB ${n}-c "${dir}/*.cpp" "${dir}/*.h" "${dir}/*.rc" ${EXTRA-MOCS}) file(GLOB ${n}-ui "${dir}/*.ui") file(GLOB ${n}-rc "${dir}/*.qrc") QT5_WRAP_UI(${n}-uih ${${n}-ui}) |