webpp icon indicating copy to clipboard operation
webpp copied to clipboard

CMake: as a library vs. as devevelopment

Open the-moisrex opened this issue 2 years ago • 0 comments

Currently the project's cmake is written for myself and those who want to develop the project itself and not those who want to use this project.

For users of this library:

  • [ ] No printing stuff in CMake
  • [ ] Removing the dependencies, but giving the utilities for the users to import them if they choose to
  • [ ] No debug additional compiler flags
  • [ ] no CMAKE_EXPORT_COMPILE_COMMANDS
  • [ ] No cmake CXX Standard version
  • [ ] No changing the output/include/... directories
  • [ ] #389

the-moisrex avatar Aug 03 '23 14:08 the-moisrex