summaryrefslogtreecommitdiff
path: root/targets
diff options
context:
space:
mode:
authorJamie Madill <jmadill@google.com>2015-05-15 10:54:37 -0400
committerPyry Haulos <phaulos@google.com>2015-05-15 10:13:49 -0700
commit3ff8f3de14f6eabfaad479b480f7433459a63365 (patch)
tree4854f8832e05ec1abe8e6c975a7a8d3e3acd2c85 /targets
parentd950bfcc6177498ebb699b2f679c3583be1c7ae1 (diff)
downloadVK-GL-CTS-3ff8f3de14f6eabfaad479b480f7433459a63365.tar.gz
VK-GL-CTS-3ff8f3de14f6eabfaad479b480f7433459a63365.tar.bz2
VK-GL-CTS-3ff8f3de14f6eabfaad479b480f7433459a63365.zip
Split null context factory in to its own file.
This allows the factory to be re-used in an application which has another implementation of the createPlatform() function. Change-Id: I186ee52d5832933e83ff8c6779aa2791fab89dbc
Diffstat (limited to 'targets')
-rw-r--r--targets/null/null.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/targets/null/null.cmake b/targets/null/null.cmake
index d86ef463b..d12f17783 100644
--- a/targets/null/null.cmake
+++ b/targets/null/null.cmake
@@ -12,4 +12,6 @@ set(TCUTIL_PLATFORM_SRCS
null/tcuNullPlatform.hpp
null/tcuNullRenderContext.cpp
null/tcuNullRenderContext.hpp
+ null/tcuNullContextFactory.cpp
+ null/tcuNullContextFactory.hpp
)