Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@davidcox
davidcox / atb_patch_for_10_7.diff
Created August 22, 2011 01:44
AntTweakBar patch to compile correctly under OS X 10.7
diff --git a/CMakeLists.txt b/CMakeLists.txt
new file mode 100644
index 0000000..fef1e3c
--- /dev/null
+++ b/CMakeLists.txt
@@ -0,0 +1,64 @@
+cmake_minimum_required(VERSION 2.8)
+project(AntTweakBar)
+
+include(FindOpenGL)