Skip to content
Snippets Groups Projects
Commit bce842c7 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

add pkg-config files

parent 7094ad39
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ target_include_directories(${PROJECT_NAME}_test PUBLIC ./${API_HEADERS_DIR})
set_target_properties(${PROJECT_NAME}_test PROPERTIES COMPILE_FLAGS "-Wall -O2 -march=native -g" LINK_FLAGS "-flto")
install(TARGETS ${PROJECT_NAME}_test DESTINATION bin)
configure_file(pkgconfig/librelaxisloader.pc.in pkgconfig/librelaxisloader.pc @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/pkgconfig/librelaxisloader.pc.in DESTINATION lib/pkgconfig)
if (DOXYGEN_FOUND)
set(DOXYGEN_IN ${CMAKE_CURRENT_SOURCE_DIR}/doc/librelaxisloader.doxygen.in)
set(DOXYGEN_OUT ${CMAKE_CURRENT_BINARY_DIR}/doc/librelaxisloader.doxygen)
......
includedir=@CMAKE_INSTALL_PREFIX@/include
Name: librelaxisloader
Description: C libaray to load RelaxIS3 files
Version: 1.0
Libs: -L${libdir} -lrelaxisloader
Cflags: -I${includedir}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment