From 03cee80eab91e721489c3e180f53ca9f9a2b0973 Mon Sep 17 00:00:00 2001 From: 0xFEEDC0DE64 Date: Thu, 24 Oct 2024 10:46:33 +0200 Subject: [PATCH] Fix install on windows --- 3rdparty/qmsgpack | 2 +- goecommon/CMakeLists.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/3rdparty/qmsgpack b/3rdparty/qmsgpack index 0117422..cd3fcec 160000 --- a/3rdparty/qmsgpack +++ b/3rdparty/qmsgpack @@ -1 +1 @@ -Subproject commit 01174223398cd6d7ab5017051711b306fed3eecf +Subproject commit cd3fcec745a4fe62e6da132588e39f149d3a9178 diff --git a/goecommon/CMakeLists.txt b/goecommon/CMakeLists.txt index b27c584..00ef4b5 100644 --- a/goecommon/CMakeLists.txt +++ b/goecommon/CMakeLists.txt @@ -16,3 +16,5 @@ target_link_libraries(goecommon target_include_directories(goecommon PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ) + +install(TARGETS goecommon)