mgerhold / silly-sprites

MIT License
4 stars 0 forks source link

improved structure of CMake project #20

Closed mgerhold closed 1 year ago

mgerhold commented 1 year ago
  1. glad is now a static library (instead of a header-only library)
  2. created sub-CMakeLists.txt for various directories
  3. created test-directories (but no tests as of yet)
  4. provided more arguments to project()
  5. set C++ language standard and enabled LTO
  6. added test.hpp/test.cpp to demonstrate usage of library function from other target