Skip to content
Snippets Groups Projects
Select Git revision
  • a29a20dc2e2e4f63db2e01c145ff7e830ce69eac
  • main default protected
  • benchmark-plot
3 results

CMakeLists.txt

Blame
  • user avatar
    David Nieder authored
    a29a20dc
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    CMakeLists.txt 113 B
    add_library(hashtable STATIC hashtable.cpp)
    
    add_executable(main main.cpp)
    target_link_libraries(main hashtable)