Maximilien Siavelis
2019-04-21 0d8b39c94e9bee14ec9c33fa6a53c48f20f0ac70
copy ini/SimpleIni.h into install directory
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)