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-12-14 00:09:05 +0300
committerFormerLurker <hochgebe@gmail.com>2020-12-14 00:09:05 +0300
commitd3376dd37104846f9125c06bfd42807e21859351 (patch)
treeead3c5363aa33868bd1769f855b9d6331d35f6bd /GcodeProcessorLib
parentec309e86a5f64bbce182cbb32379e4c35ec18e3c (diff)
Add fpconv to sourcelist.cmake
Diffstat (limited to 'GcodeProcessorLib')
-rw-r--r--GcodeProcessorLib/sourcelist.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/GcodeProcessorLib/sourcelist.cmake b/GcodeProcessorLib/sourcelist.cmake
index ec1786b..a4e86aa 100644
--- a/GcodeProcessorLib/sourcelist.cmake
+++ b/GcodeProcessorLib/sourcelist.cmake
@@ -21,6 +21,8 @@ set(GcodeProcessorLibSources ${GcodeProcessorLibSources}
position.h
utilities.cpp
utilities.h
+ fpconv.h
+ fpconv.cpp
version.generated.h
version.h
) \ No newline at end of file