You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(PYRO_PLATFORM_DUMMY_INTERFACE "Disables implementations. Useful for CI/CD where it's pointless to build the implementation to see if the project builds." OFF)
option(PYRO_PLATFORM_SHARED_LIBRARY "Build Platform as shared library" OFF)
option(PYRO_PLATFORM_FILE "Include filesystem capabilities (including loading dlls and such)" ON)
option(PYRO_PLATFORM_TIME "Include time fuctionalities" ON)