diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-18 15:23:08 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-03-18 15:27:49 +0100 |
commit | 7d77209c3417513812df1100ad24bfc9064051b3 (patch) | |
tree | a5e192caa8e6c1bf1ad1999ae3cf0a8e608255ad /tracker-wii/wiiyourself/CMakeLists.txt | |
parent | 68b18098fb7423eb5ca8de8181119900323234f4 (diff) |
wiiyourself: remove crufty code, fix lupdate
Issue: 876
Diffstat (limited to 'tracker-wii/wiiyourself/CMakeLists.txt')
-rw-r--r-- | tracker-wii/wiiyourself/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-wii/wiiyourself/CMakeLists.txt b/tracker-wii/wiiyourself/CMakeLists.txt index 1df52dbd..d32c6eb6 100644 --- a/tracker-wii/wiiyourself/CMakeLists.txt +++ b/tracker-wii/wiiyourself/CMakeLists.txt @@ -1 +1,2 @@ otr_module(wiiyourself STATIC NO-QT NO-COMPAT) +target_link_libraries(${self} PUBLIC setupapi hid winmm) |