1
0
mirror of https://github.com/facebook/zstd.git synced 2025-08-01 09:47:01 +03:00

cmake project works with MSYS

This commit is contained in:
inikep
2016-05-31 13:36:14 +02:00
parent f772bf54a5
commit 5bee32e349
6 changed files with 14 additions and 25 deletions

View File

@ -32,7 +32,7 @@
/*-*************************************
* Dependencies
***************************************/
#include "../lib/dictBuilder/zdict_static.h" /* ZDICT_params_t */
#include "zdict_static.h" /* ZDICT_params_t */
/*-*************************************