add event support

This commit is contained in:
crazywhalecc
2023-04-30 14:22:59 +08:00
parent 893fa5bfd6
commit cac3ffc7d7
8 changed files with 131 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
<?php
declare(strict_types=1);
namespace SPC\builder\linux\library;
class libevent extends LinuxLibraryBase
{
use \SPC\builder\unix\library\libevent;
public const NAME = 'libevent';
}