CMakeLists.txt 107 B

1234
  1. add_executable(readsig readsig.cpp)
  2. target_link_libraries(readsig dcc_hash)
  3. qt5_use_modules(readsig Core)