From 45bf4a2cb7dde5462bd421de96e28fc289a730e8 Mon Sep 17 00:00:00 2001 From: karutoh Date: Tue, 30 Jan 2024 21:32:18 -0800 Subject: [PATCH] Test --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69b578d..f6ccd62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -229,7 +229,7 @@ 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) +target_include_directories(StrToHash PUBLIC ${PROJECT_SOURCE_DIR}/include) set(CMAKE_INSTALL_PREFIX "${USER_HOME_DIRECTORY}/Libraries/EHS") install(TARGETS EHS DESTINATION lib)