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:
authorFormerLurker <hochgebe@gmail.com>2020-05-12 21:45:39 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 21:45:39 +0300
commita057e754be27b1f06b07679a21c7422786e93fdc (patch)
tree846c67f904d06d4a074df8800660f5eae0503232 /GcodeProcessorLib
parentc98d75bbe69db3b19e0168f4e4c0bce272723cb5 (diff)
Revert to static libraries
Diffstat (limited to 'GcodeProcessorLib')
-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})