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 20:04:06 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-12 20:04:06 +0300
commit3f28fa125bbed6da8db3c2563a9fd599d5c9c026 (patch)
tree6c242ca32d9595007e71a3fa91e368e6d6fa808c /GcodeProcessorLib/sourcelist.cmake
parent9abd4af8fe85514c1df214a21100cb9ed9b51d1e (diff)
First attempt to use CMake to build.
Diffstat (limited to 'GcodeProcessorLib/sourcelist.cmake')
-rw-r--r--GcodeProcessorLib/sourcelist.cmake24
1 files changed, 24 insertions, 0 deletions
diff --git a/GcodeProcessorLib/sourcelist.cmake b/GcodeProcessorLib/sourcelist.cmake
new file mode 100644
index 0000000..ca1a9e7
--- /dev/null
+++ b/GcodeProcessorLib/sourcelist.cmake
@@ -0,0 +1,24 @@
+set(GcodeProcessorLibSources ${GcodeProcessorLibSources}
+ array_list.cpp
+ array_list.h
+ circular_buffer.cpp
+ circular_buffer.h
+ extruder.cpp
+ extruder.h
+ gcode_comment_processor.cpp
+ gcode_comment_processor.h
+ gcode_parser.cpp
+ gcode_parser.h
+ gcode_position.cpp
+ gcode_position.h
+ logger.cpp
+ logger.h
+ parsed_command.cpp
+ parsed_command.h
+ parsed_command_parameter.cpp
+ parsed_command_parameter.h
+ position.cpp
+ position.h
+ utilities.cpp
+ utilities.h
+) \ No newline at end of file