Skip to content

Instantly share code, notes, and snippets.

@Bigcheese
Created March 16, 2014 02:48
Show Gist options
  • Save Bigcheese/9577845 to your computer and use it in GitHub Desktop.
Save Bigcheese/9577845 to your computer and use it in GitHub Desktop.
cmake_minimum_required(VERSION 2.8.10)
include(CMakeForceCompiler)
set(CMAKE_SYSTEM_NAME Generic)
CMAKE_FORCE_C_COMPILER(clang GNU)
CMAKE_FORCE_CXX_COMPILER(clang++ GNU)
project(badninja C)
add_library(foo foo.c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment