Skip to content

Commit f6513d3

Browse files
Install napif.inc
The file will be installed below ${PREFIX}/include/nexus Update #387
1 parent b597c27 commit f6513d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bindings/f77/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,7 @@ target_link_libraries(NeXus_F77_Shared_Library NeXus_Shared_Library)
5555
install (TARGETS NeXus_F77_Static_Library NeXus_F77_Shared_Library
5656
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Runtime
5757
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}/nexus COMPONENT Development)
58+
59+
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/napif.inc
60+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/nexus
61+
COMPONENT Development)

0 commit comments

Comments
 (0)