From: José Fonseca Date: Fri, 20 Apr 2012 20:05:29 +0000 (+0100) Subject: Install d3dretrace too. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=7fdca898d24d560d2106b6ec54579680f648cda4;p=apitrace Install d3dretrace too. --- diff --git a/retrace/CMakeLists.txt b/retrace/CMakeLists.txt index 5afe83a..8cc9cd8 100644 --- a/retrace/CMakeLists.txt +++ b/retrace/CMakeLists.txt @@ -148,5 +148,7 @@ if (WIN32 AND DirectX_D3DX9_INCLUDE_DIR) ${ZLIB_LIBRARIES} ${SNAPPY_LIBRARIES} ) + + install (TARGETS d3dretrace RUNTIME DESTINATION bin) endif ()