From 10e5ee568ca0de146d16d2bbf0717b89832fe0e1 Mon Sep 17 00:00:00 2001 From: karutoh Date: Tue, 30 Jan 2024 20:33:21 -0800 Subject: [PATCH] Test --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4af2cf9..69b578d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -227,6 +227,7 @@ add_library(EHS ${EHS_SOURCES}) add_executable(StrToHash src/StrToHash.cpp) +message("Project Dir: ${PROJECT_SOURCE_DIR}") target_include_directories(EHS PUBLIC ${PROJECT_SOURCE_DIR}/include) #target_include_directories(StrToHash PUBLIC ${PROJECT_SOURCE_DIR}/include) @@ -257,8 +258,6 @@ 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