Jump to content

Thunderbrew:system

From Thunderbrew

system is primarily a CMake directory. It adds macros to all the C++ packages that import it:

Windows

  • WHOA_SYSTEM_WIN

This macro is defined only when Windows/NT code is being compiled.

macOS

  • WHOA_SYSTEM_MAC

This macro is defined only when macOS/Darwin code is being compiled.

Linux

  • WHOA_SYSTEM_LINUX

This macro is defined only when GNU/Linux code is being compiled.