diff --git a/CMakeLists.txt b/CMakeLists.txt index 8351e86..e50c5a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -228,8 +228,7 @@ add_library(EHS ${EHS_SOURCES}) add_executable(StrToHash src/StrToHash.cpp) 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)