aboutsummaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authorGarrett Brown <garbearucla@gmail.com>2013-12-15 22:01:46 -0800
committerGarrett Brown <garbearucla@gmail.com>2013-12-15 22:01:55 -0800
commit66e8eb2e9c0c9d7f044850ddd5e3b8e6aeb14925 (patch)
tree1e68cc3e8b456238054e8240bfeab306b8c472fc /project
parentdecc3fbdcc52b92f84841322b73a7396f2efabd0 (diff)
Use std::string instead of CStdString in URL.cpp
I'm really glad I caught this. Some unlucky fellow begrudgingly doing a find-and-replace for CStdString has just been spared a small headache.
Diffstat (limited to 'project')
-rw-r--r--project/cmake/xbmc-config.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/project/cmake/xbmc-config.cmake b/project/cmake/xbmc-config.cmake
new file mode 100644
index 0000000000..5e2927b55d
--- /dev/null
+++ b/project/cmake/xbmc-config.cmake
@@ -0,0 +1,5 @@
+SET(XBMC_INCLUDE_DIR /usr/local/include)
+LIST(APPEND CMAKE_MODULE_PATH /usr/local/lib/xbmc)
+ADD_DEFINITIONS(-DTARGET_POSIX -DTARGET_LINUX -D_LINUX)
+
+include(xbmc-addon-helpers)