From 91bfb0c07515a5a4a27287421bda57da44ee75bc Mon Sep 17 00:00:00 2001 From: karutoh Date: Tue, 30 Jan 2024 19:11:53 -0800 Subject: [PATCH] Test --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c150532..8351e86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -225,9 +225,11 @@ endif() add_library(EHS ${EHS_SOURCES}) +add_executable(StrToHash src/StrToHash.cpp) + target_include_directories(EHS PUBLIC ${PROJECT_SOURCE_DIR}/include) -add_executable(StrToHash src/StrToHash.cpp) +#target_include_directories(StrToHash PUBLIC ${PROJECT_SOURCE_DIR}/include) set(CMAKE_INSTALL_PREFIX "${USER_HOME_DIRECTORY}/Libraries/EHS") install(TARGETS EHS DESTINATION lib)