# HG changeset patch
# User Pradeep Ramachandran <[email protected]>
# Date 1456997684 -19800
# Thu Mar 03 15:04:44 2016 +0530
# Node ID d037c0f685b195bafd2946dfbe86f1c47c5359bc
# Parent 9cc9920bf82be1b43efd2a3628e28a3a78ab3b2f
cmake: Export PLATFORM_LIBS for other integrators to re-use
diff -r 9cc9920bf82b -r d037c0f685b1 source/CMakeLists.txt
--- a/source/CMakeLists.txt Wed Mar 02 17:26:11 2016 +0530
+++ b/source/CMakeLists.txt Thu Mar 03 15:04:44 2016 +0530
@@ -617,3 +617,6 @@
add_subdirectory(test)
endif()
endif()
+
+set(PLATFORM_LIBS ${PLATFORM_LIBS} CACHE LIST "List of platform libraries from
+x265")
# HG changeset patch
# User Pradeep Ramachandran <[email protected]>
# Date 1456997684 -19800
# Thu Mar 03 15:04:44 2016 +0530
# Node ID d037c0f685b195bafd2946dfbe86f1c47c5359bc
# Parent 9cc9920bf82be1b43efd2a3628e28a3a78ab3b2f
cmake: Export PLATFORM_LIBS for other integrators to re-use
diff -r 9cc9920bf82b -r d037c0f685b1 source/CMakeLists.txt
--- a/source/CMakeLists.txt Wed Mar 02 17:26:11 2016 +0530
+++ b/source/CMakeLists.txt Thu Mar 03 15:04:44 2016 +0530
@@ -617,3 +617,6 @@
add_subdirectory(test)
endif()
endif()
+
+set(PLATFORM_LIBS ${PLATFORM_LIBS} CACHE LIST "List of platform libraries from
+x265")
_______________________________________________
x265-devel mailing list
[email protected]
https://mailman.videolan.org/listinfo/x265-devel