From cfcf052a2cbbe44dddb4e9a62f12a29dea4991d3 Mon Sep 17 00:00:00 2001 From: karutoh Date: Tue, 30 Jan 2024 19:39:55 -0800 Subject: [PATCH] Test --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e50c5a1..b38f666 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -257,6 +257,8 @@ if (IS_ARCH_AMD64) if (IS_OS_WINDOWS) target_link_libraries(StrToHash ws2_32 avrt EHS) elseif (IS_OS_LINUX) + target_link_directories(StrToHash PRIVATE "${PROJECT_SOURCE_DIR}") + target_link_libraries(StrToHash z xcb xcb-cursor xcb-xfixes xcb-xinput wayland-client z asound EHS) endif () endif () \ No newline at end of file