diff options
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..e6703ec --- /dev/null +++ b/3rdParty/EDID/CMakeLists.txt @@ -0,0 +1,3 @@ +cmake_minimum_required(VERSION 2.8) +project (edid) +add_library(edid STATIC edid.cpp) |