We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc5ead commit ba7ec00Copy full SHA for ba7ec00
CMakeLists.txt
@@ -7,6 +7,7 @@ set(X3GWRITER_VERSION_MAJOR 1 CACHE STRING "The major version number.")
7
set(X3GWRITER_VERSION_MINOR 1 CACHE STRING "The minor version number.")
8
set(X3GWRITER_VERSION_PATCH 10 CACHE STRING "The patch version number.")
9
set(X3GWRITER_SUPPORTED_SDKS "5.0.0;6.0.0" CACHE STRING "List of supported Cura SDK versions.")
10
+configure_file("${CMAKE_CURRENT_SOURCE_DIR}/plugin.json.in" "${CMAKE_CURRENT_BINARY_DIR}/plugin.json")
11
12
#Dependencies.
13
include(ExternalProject)
0 commit comments