CMakeLists.txt 90 B

1234567
  1. set(SRC
  2. perfhlib.cpp
  3. perfhlib.h
  4. PatternCollector.h
  5. )
  6. add_library(dcc_hash STATIC ${SRC})