From 683e25de59b6b7307a9654b17a4c784e8897d33a Mon Sep 17 00:00:00 2001 From: Jan Willamowius <jan@willamowius.de> Date: 周日, 21 4月 2019 23:58:07 +0800 Subject: [PATCH] fix memory leaks on error --- src/library/CMakeLists.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/library/CMakeLists.txt b/src/library/CMakeLists.txt index 1b679f5..de60a7d 100644 --- a/src/library/CMakeLists.txt +++ b/src/library/CMakeLists.txt @@ -18,3 +18,4 @@ install(FILES api/datatypes.h api/license++.h DESTINATION include/api) install(FILES base/base.h DESTINATION include/base) install(FILES pc-identifiers.h DESTINATION include/) +install(FILES ini/SimpleIni.h ini/ConvertUTF.h DESTINATION include/ini) -- Gitblit v1.9.1