We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93494fc commit 1295394Copy full SHA for 1295394
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.12)
2
3
-project(Vipster VERSION 1.19)
+project(Vipster VERSION 1.19.1)
4
5
include(CMakeDependentOption)
6
MANIFEST.in
@@ -1,3 +1,6 @@
graft vipster
graft external/pybind11
+graft external/fmt
+graft external/nlohmann_json
+prune external/nlohmann_json/test
include README.md LICENSE CMakeLists.txt INSTALL.md
0 commit comments