]> sigrok.org Git - pulseview.git/commit
Initial build fixes for Windows/MinGW.
authorUwe Hermann <redacted>
Thu, 11 Oct 2012 14:50:46 +0000 (16:50 +0200)
committerUwe Hermann <redacted>
Thu, 11 Oct 2012 21:04:51 +0000 (23:04 +0200)
commitc0d9e65d17e2856c40bbc6172ef0a93011de9429
tree027be54a696c2bf9a8f7f816903773e117d0d2e8
parenta6c0e655185fa533061fb82edde4b20684fc2083
Initial build fixes for Windows/MinGW.

All pkg-config --cflags and --libs invocations need an additional --static
on Windows/MinGW. As cmake runs pkg-config both, with and without the
--static option, and stores the results with --static in *_STATIC_*
variables, we simply use those variables instead of the usual ones.
CMakeLists.txt