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:07:00 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 21:07:00 +0300
commite78d62dc63ac47f90934367318e4c04b71e8c094 (patch)
tree5663592d9d0c09de54c7e5514c262e67ac58c4bb /ArcWelder
parent3f28fa125bbed6da8db3c2563a9fd599d5c9c026 (diff)
Add install to cmakelists
Diffstat (limited to 'ArcWelder')
-rw-r--r--ArcWelder/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ArcWelder/CMakeLists.txt b/ArcWelder/CMakeLists.txt
index 822dee3..f467537 100644
--- a/ArcWelder/CMakeLists.txt
+++ b/ArcWelder/CMakeLists.txt
@@ -15,6 +15,8 @@ include(sourcelist.cmake)
# Add a library using our ArcWelderSources variable from our sourcelist file
add_library(${PROJECT_NAME} STATIC ${ArcWelderSources})
+install(TARGETS ${PROJECT_NAME})
+
# Link the GcodeProcessorLib
target_link_libraries(${PROJECT_NAME} GcodeProcessorLib)