mirror of
https://github.com/fmang/opustags.git
synced 2025-07-13 20:45:26 +02:00
- Added Catch (downloaded automatically by cmake) for unit tests - Added basic tests/ and src/ directories - Added basic unit test example. Any changes to files other than main.cc in src/ will recompile the relevant tests as needed - Added CMakeLists that compiles the project using cmake - Moved the man page to docs/ - Moved old source file to src/ - Since libogg doesn't support cmake based builds, I've added also a module in CMakeModules that searches for it, but I haven't tested if it works yet... - Haven't really touched Makefile - I've changed it only to refer to the new file locations