CMakeLists.txt 95 B

123456
  1. cmake_minimum_required(VERSION 3.2)
  2. project(dsp)
  3. add_subdirectory(src)
  4. add_subdirectory(test)