You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
174 B

  1. set(LIBDXF_SRCS
  2. dl_dxf.cpp
  3. dl_writer_ascii.cpp
  4. tinyspline_lib/tinyspline.c
  5. tinyspline_lib/tinysplinecpp.cpp
  6. )
  7. add_library(lib_dxf STATIC ${LIBDXF_SRCS})