Jan Willamowius
2019-04-21 cb8c987e8a3aa63064de053b8a19c0cab67b44f0
Merge pull request #1 from open-license-manager/master

merge upstream changes
2个文件已修改
3 ■■■■ 已修改文件
example/example.cpp 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/library/CMakeLists.txt 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
example/example.cpp
@@ -2,7 +2,7 @@
#include <map>
#include "api/license++.h"
#include "pc-identifiers.h"
#include "../../src/library/ini/SimpleIni.h"
#include "ini/SimpleIni.h"
using namespace std;
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)