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)