diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-18 14:19:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-18 14:22:19 +0200 |
commit | 15df1de681021950e46a9321c2606c2ea4b63afc (patch) | |
tree | 48d690633552649f26431caec26e17bd016d4762 /CMakeLists.txt | |
parent | 276b91fb65d553385d2fb2e93c3f581626ff4540 (diff) |
fix typos, unbreaking rift/dinput
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2e2772f4..9406680e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -287,7 +287,7 @@ endif() opentrack_library(opentrack-proto-udp ftnoir_protocol_ftn) if(WIN32) - opentrack_library(opentrack-tracker-joystick ftnoir_protocol_joystick) + opentrack_library(opentrack-tracker-joystick ftnoir_tracker_joystick) endif() if(SDK_WINE_PREFIX) @@ -344,7 +344,7 @@ if(SDK_RIFT) else() set(c-flags "-fno-strict-aliasing") endif() - opentrack_library(opentrack-tracker-rift LINK "${link-flags}" COMPILE "${c-flags}") + opentrack_library(opentrack-tracker-rift ftnoir_tracker_rift LINK "${link-flags}" COMPILE "${c-flags}") if(WIN32) target_link_libraries(opentrack-tracker-rift "${SDK_RIFT}/libLibOVR.a" winmm setupapi ws2_32 imagehlp wbemuuid) else() |