wg21 icon indicating copy to clipboard operation
wg21 copied to clipboard

Refactor the repository to make it CMake friendly (i.e. CMakeList.txt is in the root)

Open Twon opened this issue 5 years ago • 0 comments

A few changes needed to the repository structure for this:

  • CMakeList.txt should be at the repository structure
  • Install step should be moved inside of a conditional block which is disabled by default
  • Tests should be disabled by default so dependencies do no propagate to including projects.

Twon avatar Feb 25 '20 13:02 Twon