ju1ce / April-Tag-VR-FullBody-Tracker

Full-body tracking in VR using AprilTag markers.
MIT License
1.1k stars 55 forks source link

Fix cmake file not adding header files to sources #135

Closed ju1ce closed 1 year ago

ju1ce commented 1 year ago

Using source_group to add header files to show up in IDE seems to not be enough.

This PR adds header files to project using target_sources to ensure the header files can be seen in IDE file explorer.