]> granicus.if.org Git - graphviz/commit
CMake: build getopt if it's not available
authorErwin Janssen <erwinjanssen@outlook.com>
Sun, 2 Apr 2017 17:28:31 +0000 (19:28 +0200)
committerErwin Janssen <erwinjanssen@outlook.com>
Thu, 6 Apr 2017 19:38:04 +0000 (21:38 +0200)
commit97b4f1e3bf5b2dee1c5d2c5d3939efecd37bc0b3
treee594a4453b17932401914db3c9460b99504f542a
parent00131cb6aa97190d51fc4a9c25169fca609e29da
CMake: build getopt if it's not available

Some platforms (most notably Windows) do have not getopt. For these
platforms, a seperate getopt library can be build and linked when
required.
CMakeLists.txt
windows/CMakeLists.txt [new file with mode: 0644]
windows/getopt/CMakeLists.txt [new file with mode: 0644]