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
66fe0a3c
Commit
66fe0a3c
authored
Nov 09, 2018
by
incardon
Browse files
Adding Boost include dirs
parent
6303a6bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CMakeLists.txt
View file @
66fe0a3c
...
...
@@ -21,6 +21,7 @@ target_include_directories (io PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/../../src/)
target_include_directories
(
io PUBLIC
${
CMAKE_CURRENT_SOURCE_DIR
}
/config
)
target_include_directories
(
io PUBLIC
${
HDF5_ROOT
}
/include
)
target_include_directories
(
io PUBLIC
${
TINYOBJLOADER_INCLUDE_DIRS
}
)
target_include_directories
(
io PUBLIC
${
Boost_INCLUDE_DIRS
}
)
target_link_libraries
(
io
${
Boost_LIBRARIES
}
)
target_link_libraries
(
io -L
${
HDF5_ROOT
}
/lib hdf5 hdf5_hl
)
...
...
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