diff options
author | Carl Worth <cworth@cworth.org> | 2012-03-27 18:13:14 -0700 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2012-04-11 14:26:50 +0100 |
commit | e40a6ab0e01933c31a4e4701ea300736d7e3e32b (patch) | |
tree | 22bcffdf7cc0dd7f5c58ce6997bb71c65fab8c4f /cli/CMakeLists.txt | |
parent | 511254df37499dbd86f54dad4a792661aac19e24 (diff) |
cli: Add a simple implementation of "apitrace dump-images"
This merely calls out to the existing glretrace command with
appropriate options for generating snapshots. This at least provides
the image-dumping capability within the unified command-line
interface.
In the future, it will likely make sens to make dump-images do things
in-process.
Diffstat (limited to 'cli/CMakeLists.txt')
-rw-r--r-- | cli/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index e7b8330b..a6fc3a6d 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -4,6 +4,7 @@ add_executable (apitrace cli_diff_state.cpp cli_diff_images.cpp cli_dump.cpp + cli_dump_images.cpp cli_pager.cpp cli_pickle.cpp cli_repack.cpp |