CMakeLists.txt 73 B

123456
  1. project(decoder)
  2. set(SRCS trace.c)
  3. add_library(decoder STATIC ${SRCS})