summaryrefslogtreecommitdiffstats
path: root/3rdParty/EDID/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad Davis <[email protected]>2013-10-13 20:28:58 -0700
committerBrad Davis <[email protected]>2013-10-13 20:28:58 -0700
commit672cdd0ef5455cd62a0d7f7eb6b9889f3ea35f21 (patch)
treef3454dc864242744aef1ea5474b5011556d0f388 /3rdParty/EDID/CMakeLists.txt
parent1408ed7b208c7a1cff1a2448fc890e9b8bd6dc4e (diff)
Updating to cmake, glew, xrandr
Diffstat (limited to '3rdParty/EDID/CMakeLists.txt')
-rw-r--r--3rdParty/EDID/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/3rdParty/EDID/CMakeLists.txt b/3rdParty/EDID/CMakeLists.txt
new file mode 100644
index 0000000..ae11a6b
--- /dev/null
+++ b/3rdParty/EDID/CMakeLists.txt
@@ -0,0 +1,3 @@
+project (LibEDID)
+
+add_library(edid STATIC edid.cpp)