Subversion Repositories Vertical

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. add_library(dummy_lex compile_dummy_expr.c)
  2.  
  3. add_library(vertlib bundle.c
  4. chck_names.c
  5. cmdexec1.c
  6. cmdexec2.c
  7. cmdparse.c
  8. database.c
  9. equivalent.c
  10. expression.c
  11. ext_nets.c
  12. generic.c
  13. jumpering.c
  14. lx_support.c
  15. partition.c
  16. print_ports.c
  17. print_quartus.c
  18. print_ucf.c
  19. print_vhdl.c
  20. print_vlog.c
  21. printout.c
  22. rename.c
  23. routing.c
  24. sorting.c
  25. statistics.c
  26. template.c
  27. unrouted.c
  28. versions.c
  29. xmalloc.c
  30. yywrap.c
  31. )
  32.  
  33. target_include_directories(vertlib PUBLIC ../vertcl_src ../acf_parser ../include ../cmdlib ..)
  34.  
  35.