Skip to content

Commit

Permalink
Merge pull request #2277 from junghans/cmake_install_libH5mdCore
Browse files Browse the repository at this point in the history
cmake: install libH5mdCore
  • Loading branch information
KaiSzuttor authored Sep 25, 2018
2 parents 960f332 + 46110a5 commit 6e95eb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/io/writer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ target_include_directories(H5mdCore SYSTEM PUBLIC

add_dependencies(H5mdCore EspressoConfig)
target_include_directories(H5mdCore PRIVATE ${CMAKE_SOURCE_DIR}/src/core ${CMAKE_BINARY_DIR}/src/core)
install(TARGETS H5mdCore LIBRARY DESTINATION ${LIBDIR})
endif()

0 comments on commit 6e95eb5

Please sign in to comment.