Separate folders for OS specific implementation
s1hofmann opened this issue · 0 comments
s1hofmann commented
Short overview
Keep OS specific implementation in separate folders (linux/win32/macos).
Use case
- Clear separation of files
- Easier to include files in CMakeLists.txt without having to deal with OS specific filename postfixes (e.g.
*._win32.cc)