We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b597c27 commit f6513d3Copy full SHA for f6513d3
1 file changed
bindings/f77/CMakeLists.txt
@@ -55,3 +55,7 @@ target_link_libraries(NeXus_F77_Shared_Library NeXus_Shared_Library)
55
install (TARGETS NeXus_F77_Static_Library NeXus_F77_Shared_Library
56
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT Runtime
57
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