cmake: prefer system libraries

This commit is contained in:
Alexandre Bouvier 2022-11-25 19:35:46 +01:00
parent f4b5570e7c
commit 8e17b5469f
18 changed files with 209 additions and 86 deletions

View file

@ -15,7 +15,7 @@
#pragma clang diagnostic pop
#endif
#include <inih/cpp/INIReader.h>
#include <INIReader.h>
#include "common/fs/file.h"
#include "common/fs/fs.h"
#include "common/fs/path_util.h"