summaryrefslogtreecommitdiffstats
path: root/3rdParty
diff options
context:
space:
mode:
authorBrad Davis <[email protected]>2013-12-29 01:11:46 -0800
committerBrad Davis <[email protected]>2013-12-29 01:11:46 -0800
commita91c41e4b21b61c91df3c86c105a1ab08c6d77c6 (patch)
treefe7e7f63ea491f9ad0acb22cefb616d17a054b19 /3rdParty
parentcc010856c4413013e229e9344c882a92e7c3d485 (diff)
Tweaking cmake usage
Diffstat (limited to '3rdParty')
-rw-r--r--3rdParty/EDID/CMakeLists.txt4
-rw-r--r--3rdParty/TinyXml/CMakeLists.txt6
m---------3rdParty/jsoncpp0
3 files changed, 5 insertions, 5 deletions
diff --git a/3rdParty/EDID/CMakeLists.txt b/3rdParty/EDID/CMakeLists.txt
index ae11a6b..e6703ec 100644
--- a/3rdParty/EDID/CMakeLists.txt
+++ b/3rdParty/EDID/CMakeLists.txt
@@ -1,3 +1,3 @@
-project (LibEDID)
-
+cmake_minimum_required(VERSION 2.8)
+project (edid)
add_library(edid STATIC edid.cpp)
diff --git a/3rdParty/TinyXml/CMakeLists.txt b/3rdParty/TinyXml/CMakeLists.txt
index de1d7d2..68bf4df 100644
--- a/3rdParty/TinyXml/CMakeLists.txt
+++ b/3rdParty/TinyXml/CMakeLists.txt
@@ -1,3 +1,3 @@
-project (LibTinyXML2)
-
-add_library(TinyXML2 STATIC tinyxml2.cpp)
+cmake_minimum_required(VERSION 2.8)
+project (TinyXML2)
+add_library(TinyXML2 STATIC tinyxml2.cpp tinyxml2.h)
diff --git a/3rdParty/jsoncpp b/3rdParty/jsoncpp
new file mode 160000
+Subproject d1718a7616cee23d580ac2db5b796890075878c