File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -121,3 +121,10 @@ set(CMAKE_SIZEOF_VOID_P ${_XFRAME_CMAKE_SIZEOF_VOID_P})
121
121
install (FILES ${CMAKE_CURRENT_BINARY_DIR} /${PROJECT_NAME} Config.cmake
122
122
${CMAKE_CURRENT_BINARY_DIR} /${PROJECT_NAME} ConfigVersion.cmake
123
123
DESTINATION ${XFRAME_CMAKECONFIG_INSTALL_DIR} )
124
+
125
+
126
+ configure_file (${PROJECT_NAME} .pc.in
127
+ "${CMAKE_CURRENT_BINARY_DIR} /${PROJECT_NAME} .pc"
128
+ @ONLY)
129
+ install (FILES "${CMAKE_CURRENT_BINARY_DIR} /${PROJECT_NAME} .pc"
130
+ DESTINATION "${CMAKE_INSTALL_LIBDIR} /pkgconfig/" )
Original file line number Diff line number Diff line change
1
+ prefix=@CMAKE_INSTALL_PREFIX@
2
+ libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
3
+ includedir=${prefix}/include
4
+
5
+ Name: xframe
6
+ Description: xframe is a C++ library meant for numerical analysis with Multi-dimensional labeled arrays and data frame based on xtensor.
7
+ Version: @xframe_VERSION@
8
+ Cflags: -I${includedir}
You can’t perform that action at this time.
0 commit comments