add a cmake option to switch between std and boost filesystem
This commit is contained in:
@@ -17,4 +17,7 @@
|
||||
// Set 1/0 to enable/disable GZIP compression.
|
||||
#define WEBCC_ENABLE_GZIP 0
|
||||
|
||||
// Set 1 to use C++17 filesystem or 0 to use Boost filesystem.
|
||||
#define WEBCC_USE_STD_FILESYSTEM 1
|
||||
|
||||
#endif // WEBCC_CONFIG_H_
|
||||
|
||||
Reference in New Issue
Block a user