* Configuration is now done with files, instead of through command line switches specified in CMakeLists.txt. * Link tests with a static library instead of compiling individual wepoll source files as part of the test executable. This should make the CI run significantly faster.
7 lines
111 B
C
7 lines
111 B
C
#ifndef WEPOLL_CONFIG_H_
|
|
#define WEPOLL_CONFIG_H_
|
|
|
|
#include "config-internal.h"
|
|
|
|
#endif /* WEPOLL_CONFIG_H_ */
|