diff options
author | Brad Davis <[email protected]> | 2013-10-13 20:28:58 -0700 |
---|---|---|
committer | Brad Davis <[email protected]> | 2013-10-13 20:28:58 -0700 |
commit | 672cdd0ef5455cd62a0d7f7eb6b9889f3ea35f21 (patch) | |
tree | f3454dc864242744aef1ea5474b5011556d0f388 /3rdParty/EDID/CMakeLists.txt | |
parent | 1408ed7b208c7a1cff1a2448fc890e9b8bd6dc4e (diff) |
Updating to cmake, glew, xrandr
Diffstat (limited to '3rdParty/EDID/CMakeLists.txt')
-rw-r--r-- | 3rdParty/EDID/CMakeLists.txt | 3 |
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) |