Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_io
Commits
3c329041
Commit
3c329041
authored
Dec 28, 2021
by
jstark
Browse files
Added install for CSVReader.
parent
05bb4a2b
Pipeline
#4074
passed with stages
in 3 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
3c329041
...
...
@@ -115,6 +115,10 @@ install(FILES CSVWriter/csv_multiarray.hpp
CSVWriter/is_csv_writable.hpp
DESTINATION openfpm_io/include/CSVWriter/
COMPONENT OpenFPM
)
install
(
FILES CSVReader/CSVReader.hpp
DESTINATION openfpm_io/include/CSVReader/
COMPONENT OpenFPM
)
install
(
FILES GraphMLWriter/GraphMLWriter.hpp
DESTINATION openfpm_io/include/GraphMLWriter
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment