Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 468 Bytes

File metadata and controls

13 lines (12 loc) · 468 Bytes

libmercury

A library of common data structures written in C

Development Notes

  • Clone the Unity inside tests/
  • Update the CMakeLists.txt when adding a data structure
    • creating binary
      • add_library section
      • add_executable section + target_include_directories + target_link_libraries section
    • unit testing
        • add_library section
      • add_executable section + target_include_directories + target_link_libraries section
      • add_test section