I hereby claim:
- I am childsish on github.
- I am liam_childs (https://keybase.io/liam_childs) on keybase.
- I have a public key ASDAO3GOwthNmfdntkvG0ukCueo0N5ZakiXXn1Nrzr3tTAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| $Process = @(Get-CimInstance Win32_Process -Filter "Name='powershell.exe' AND CommandLine LIKE '%mordheim.ps1%'") | |
| if ($Process.Count -gt 1) { | |
| exit | |
| } | |
| Add-Type -Name Window -Namespace Console -MemberDefinition ' | |
| [DllImport("Kernel32.dll")] | |
| public static extern IntPtr GetConsoleWindow(); | |
| [DllImport("user32.dll")] |
| INCLUDE(CheckCSourceCompiles) | |
| INCLUDE(CheckFunctionExists) | |
| INCLUDE(CheckIncludeFiles) | |
| INCLUDE(CheckLibraryExists) | |
| cmake_minimum_required(VERSION 3.6) | |
| project(igraph) | |
| set(CMAKE_CXX_STANDARD 11) | |
| set(VERSION "0.7.1") |