From af4db4910e63ebea5e9292f1465433090aa84cb3 Mon Sep 17 00:00:00 2001 From: karutoh Date: Wed, 31 Jan 2024 13:54:49 -0800 Subject: [PATCH] Test --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6ccd62..e70541a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -258,6 +258,7 @@ if (IS_ARCH_AMD64) if (IS_OS_WINDOWS) target_link_libraries(StrToHash ws2_32 avrt EHS) elseif (IS_OS_LINUX) + target_link_directories(StrToHash PUBLIC ${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