Skip to content

Commit

Permalink
Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Dec 25, 2024
1 parent 2648224 commit 9e39332
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeSources.in
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,12 @@ target_include_directories(coil_convert.x PUBLIC ${hdf5_tools_include_dir} ${FFT

add_library(LIBNEO::magfie ALIAS magfie)
add_library(LIBNEO::neo ALIAS neo)

install(TARGETS neo magfie mc_efit
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib
RUNTIME DESTINATION bin
INCLUDES DESTINATION include
)

install(DIRECTORY include/ DESTINATION include FILES_MATCHING PATTERN "*.mod")

0 comments on commit 9e39332

Please sign in to comment.