diff options
Diffstat (limited to 'proto-mouse/CMakeLists.txt')
-rw-r--r-- | proto-mouse/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto-mouse/CMakeLists.txt b/proto-mouse/CMakeLists.txt index b221c79c..07f25b69 100644 --- a/proto-mouse/CMakeLists.txt +++ b/proto-mouse/CMakeLists.txt @@ -1,3 +1,3 @@ if(WIN32) - opentrack_boilerplate(opentrack-proto-win32-mouse) + otr_module(proto-win32-mouse) endif() |