File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -100,3 +100,11 @@ install(FILES ${headers_} DESTINATION ${UTPP_INSTALL_DESTINATION})
100100install (FILES ${platformHeaders_} DESTINATION ${UTPP_INSTALL_DESTINATION} /${platformDir_} )
101101install (FILES cmake/UnitTest++Config.cmake DESTINATION "${config_install_dir_} " )
102102install (EXPORT "${targets_export_name_} " DESTINATION "${config_install_dir_} " )
103+
104+ set (prefix ${CMAKE_INSTALL_PREFIX} )
105+ set (exec_prefix ${CMAKE_INSTALL_PREFIX} /bin)
106+ set (libdir ${CMAKE_INSTALL_PREFIX} /lib)
107+ set (includedir ${CMAKE_INSTALL_PREFIX} /include /UnitTest++)
108+ configure_file ("UnitTest++.pc.in" "UnitTest++.pc" @ONLY)
109+ install (FILES "${CMAKE_CURRENT_BINARY_DIR} /UnitTest++.pc"
110+ DESTINATION "${CMAKE_INSTALL_PREFIX} /lib/pkgconfig" )
You can’t perform that action at this time.
0 commit comments