Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sourcelist.cmake « PyArcWelder - github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff43231c004bdcb4b94b59756455c55a28a3fa5f (plain)
1
2
3
4
5
6
7
8
9
10
set(PyArcWelderSources ${PyArcWelderSources}
    py_arc_welder.cpp
    py_arc_welder.h
    py_arc_welder_extension.cpp
    py_arc_welder_extension.h
    py_logger.cpp
    py_logger.h
    python_helpers.cpp
    python_helpers.h
)