William Pitcock
30f7a96ea2
cmake: make it work under mingw by restricting MSVC flags to an if(MSVC) block
...
closes #179
2018-03-13 13:35:12 -05:00
William Pitcock
1e91c245e3
build: chase changes for cmake & meson i hope
2018-02-12 00:45:55 -06:00
William Pitcock
5d6c9ba98c
build: set soversion to 3
2018-01-05 11:18:19 -06:00
William Pitcock
0b09c111ed
main: implement a MSVC renderer (only some fragments supported) ( closes #161 )
2017-12-07 20:07:30 -06:00
✈ Graham ✈
e9c2e6f127
Only add warning and std flags if supported by compiler ( #144 )
...
This fixes errors like those reported in #143 on Solaris
(and probably other platforms where gcc is not the native
compiler):
c99: -W option with unknown program all
This only fixes it for cmake, but presumably similar checks
could be added for autoconf as well.
2017-09-24 12:52:49 -05:00
Dan Kegel
794aa5016a
Tidy up a bit.
2017-06-05 20:54:57 -07:00
Dan Kegel
ededaa6415
cmake: add missing configure variables, install headers and .pc file, use simpler line to invoke kyua, tweak build location of dll for ease of testing
2017-06-05 17:40:10 -07:00
Dan Kegel
2e80d72a6f
cmake: remove DOS line endings from tests
2017-06-05 13:58:03 -07:00
Dan Kegel
347539ca87
cmake: ignore more visual C warnings, don't feed DOS line endings to atf
2017-06-05 10:22:38 -07:00
Dan Kegel
8b4a4b831b
First draft of cmake install rules
2017-06-04 19:32:08 -07:00
Dan Kegel
d4098f95c3
Document how to install test dependencies on ubuntu
...
Just a tip to save other devs a few minutes.
2017-06-04 19:17:44 -07:00
Dan Kegel
251f747343
First draft of cmake port
2017-06-04 17:44:37 -07:00