Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'GcodeProcessorLib/CMakeLists.txt')
-rw-r--r--GcodeProcessorLib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/GcodeProcessorLib/CMakeLists.txt b/GcodeProcessorLib/CMakeLists.txt
index 5692cda..16cf7a7 100644
--- a/GcodeProcessorLib/CMakeLists.txt
+++ b/GcodeProcessorLib/CMakeLists.txt
@@ -7,7 +7,7 @@ project(GcodeProcessorLib C CXX)
include(sourcelist.cmake)
# Add a library using our GcodeProcessorLibSources variable from our sourcelist file
-add_library(${PROJECT_NAME} SHARED ${GcodeProcessorLibSources})
+add_library(${PROJECT_NAME} STATIC ${GcodeProcessorLibSources})
install(TARGETS ${PROJECT_NAME})