-
Notifications
You must be signed in to change notification settings - Fork 690
Closed
Labels
Description
We might want to ship a pkg-config file to simplify building against dokanfuse. At least during the cmake-install this is easy to accomplish.
http://www.kaizou.org/2014/11/typical-cmake-project/
I am not sure whether we can ship it with the installer, though. Reason: One can use pkg-config for compiling under Cygwin, MSYS or Windows. All three have different means of specifying the same path (C:\foo,/c/foo,/cygdrive/c/foo) and the LDFLAGS may also be different