summaryrefslogtreecommitdiffstats
path: root/src/input_common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-04-17 00:17:18 +0200
committerGitHub <noreply@github.com>2020-04-17 00:17:18 +0200
commit5a067eda843caa3631dcdc96adbb5f77b48af37c (patch)
treecf7d730da6bd222d1244ec6e92b9aa4f391c7777 /src/input_common
parentMerge pull request #3659 from bunnei/time-calc-standard-user (diff)
parentexternals: Use shared libraries if possible (diff)
downloadyuzu-5a067eda843caa3631dcdc96adbb5f77b48af37c.tar
yuzu-5a067eda843caa3631dcdc96adbb5f77b48af37c.tar.gz
yuzu-5a067eda843caa3631dcdc96adbb5f77b48af37c.tar.bz2
yuzu-5a067eda843caa3631dcdc96adbb5f77b48af37c.tar.lz
yuzu-5a067eda843caa3631dcdc96adbb5f77b48af37c.tar.xz
yuzu-5a067eda843caa3631dcdc96adbb5f77b48af37c.tar.zst
yuzu-5a067eda843caa3631dcdc96adbb5f77b48af37c.zip
Diffstat (limited to 'src/input_common')
-rw-r--r--src/input_common/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt
index 2520ba321..a9c2392b1 100644
--- a/src/input_common/CMakeLists.txt
+++ b/src/input_common/CMakeLists.txt
@@ -27,4 +27,4 @@ if(SDL2_FOUND)
endif()
create_target_directory_groups(input_common)
-target_link_libraries(input_common PUBLIC core PRIVATE common ${Boost_LIBRARIES})
+target_link_libraries(input_common PUBLIC core PRIVATE common Boost::boost)