Skip to content

Instantly share code, notes, and snippets.

View schuhschuh's full-sized avatar

Andreas Schuh schuhschuh

View GitHub Profile
@schuhschuh
schuhschuh / CMakeList.txt
Last active January 14, 2016 21:45
GCoptimiztion (GCO) CMake build files
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
# Author: Andreas Schuh
# Minimum required CMake version and policies
cmake_minimum_required(VERSION 2.8.12)
if (POLICY CMP0042)
cmake_policy(SET CMP0042 NEW)
endif ()