diff options
author | José Fonseca <jfonseca@vmware.com> | 2012-12-04 13:23:03 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2012-12-04 13:23:50 +0000 |
commit | bd4937e47675d600b13174773dc05ab1129c266b (patch) | |
tree | a9f93f8519e5f4532ac66583e53b5fb37ca92bfc /CMakeLists.txt | |
parent | 1592ad278ba90ed2d5f6fa2b49fadf2cc6e4e77e (diff) |
inject: Use DLL injection for D3D10+ tracing.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ace8ac4..961e73e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -357,6 +357,9 @@ add_subdirectory (retrace) # CLI if (ENABLE_CLI) + if (WIN32) + add_subdirectory (inject) + endif () add_subdirectory (cli) endif () |