nut-tree/libnut-core

Separate folders for OS specific implementation

s1hofmann opened this issue · 0 comments

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)