cmu-rss-lab / roswire

A library for static and dynamic analysis of ROS applications via Docker 🔌
http://christimperley.co.uk/roswire
Apache License 2.0
8 stars 0 forks source link

Add commands to make fetch work #502

Closed schmerl closed 2 years ago

schmerl commented 2 years ago

closes #496

This PR has several fixes:

  1. Added some tracing into cmake processing for easier error localization
  2. Added aux_source_directory implementation for getting source files
  3. Implemented list(APPEND ...)
  4. Changed implementation of globbing in find directive to use python glob module rather than find unix command
  5. Added SHARED, STATIC, EXCLUDE_FROM_ALL