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:11:53 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 21:11:53 +0300
commitc300661efdb7742a00d3329cf93f3b49620841b2 (patch)
tree7985fc6ac7907b02a62dc77d1d860786fd7d7545 /GcodeProcessorLib
parente812c50a02c53ccfa5a5546c95af3d4e02b88d5a (diff)
Change to shared 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 16cf7a7..5692cda 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} STATIC ${GcodeProcessorLibSources})
+add_library(${PROJECT_NAME} SHARED ${GcodeProcessorLibSources})
install(TARGETS ${PROJECT_NAME})