add_library(knothash src/knothash.cpp) target_include_directories(knothash PUBLIC include) target_link_libraries(knothash PRIVATE aocpp)