aocpp/knothash/CMakeLists.txt

3 lines
136 B
CMake
Raw Normal View History

2022-11-24 12:10:08 -08:00
add_library(knothash src/knothash.cpp)
target_include_directories(knothash PUBLIC include)
target_link_libraries(knothash PRIVATE aocpp)