From 1aadf31a78f6c15b64e9f941345c6ad9d8c06d42 Mon Sep 17 00:00:00 2001 From: fuzzard Date: Sun, 12 May 2024 18:35:03 +1000 Subject: [cmake][modules] FindCWiid update to target usage --- tools/EventClients/Clients/WiiRemote/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/EventClients/Clients/WiiRemote/CMakeLists.txt b/tools/EventClients/Clients/WiiRemote/CMakeLists.txt index 2a8e41cc91..f638b56c76 100644 --- a/tools/EventClients/Clients/WiiRemote/CMakeLists.txt +++ b/tools/EventClients/Clients/WiiRemote/CMakeLists.txt @@ -12,12 +12,12 @@ add_executable(${APP_NAME_LC}-wiiremote ${SOURCES} ${HEADERS}) target_include_directories(${APP_NAME_LC}-wiiremote PRIVATE $ - ${CWIID_INCLUDE_DIRS}) + $) target_link_libraries(${APP_NAME_LC}-wiiremote PRIVATE ${SYSTEM_LDFLAGS} ${APP_NAME_LC}::Bluetooth - ${CWIID_LIBRARIES}) + ${APP_NAME_LC}::CWiid) target_compile_options(${APP_NAME_LC}-wiiremote PRIVATE ${ARCH_DEFINES}) -- cgit v1.2.3