From 9f9d7e9599af3edb66579c290fcd348f2040d433 Mon Sep 17 00:00:00 2001 From: Oleg Shirokov Date: Fri, 6 Apr 2018 13:49:34 +0300 Subject: [PATCH] Add missing install command to Source/GmmLib/CMakeLists.txt --- Source/GmmLib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/GmmLib/CMakeLists.txt b/Source/GmmLib/CMakeLists.txt index 37c799d8..1fb53931 100644 --- a/Source/GmmLib/CMakeLists.txt +++ b/Source/GmmLib/CMakeLists.txt @@ -545,3 +545,4 @@ if(ARCH EQUAL 32) endif() add_subdirectory(ULT) +install(TARGETS gmm_umd ARCHIVE DESTINATION lib)