From 7fdca898d24d560d2106b6ec54579680f648cda4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 20 Apr 2012 21:05:29 +0100 Subject: [PATCH] Install d3dretrace too. --- retrace/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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 () -- 2.45.2