Skip to content

Commit a24f102

Browse files
committed
Moved conversion functions into a *.cpp file
1 parent 04cfb8b commit a24f102

File tree

3 files changed

+980
-853
lines changed

3 files changed

+980
-853
lines changed

Diff for: src/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Set(SOURCEPYTHON_UTILITIES_HEADERS
5656
)
5757

5858
Set(SOURCEPYTHON_UTILITIES_SOURCES
59+
core/utilities/conversions.cpp
5960
)
6061

6162
Set(SOURCEPYTHON_UTILITIES_FILES

0 commit comments

Comments
 (0)