File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ install(FILES
4747
4848# Create pkg-config .pc file
4949set (PKG_CONFIG_LIBDIR ${CMAKE_INSTALL_PREFIX} /lib)
50- set (PKG_CONFIG_LIBS "-L\$ {libdir} -lperfflow_runtime -L\$ {libdir} -lperfflow_parser -L \$ {libdir} -lWeavePass " )
50+ set (PKG_CONFIG_LIBS "-L\$ {libdir} -lperfflow_runtime -L\$ {libdir} -lperfflow_parser -lssl -lcrypto " )
5151
5252configure_file (
5353perfflowaspect.pc.in
54- ${CMAKE_CURRENT_BINARY_DIR} /perfflowaspect.pc )
54+ ${CMAKE_CURRENT_BINARY_DIR} /perfflowaspect.pc
55+ @ONLY )
5556
5657install (FILES ${PROJECT_BINARY_DIR} /config/perfflowaspect.pc
5758 DESTINATION share)
Original file line number Diff line number Diff line change 1- Name: ${ PROJECT_NAME}
1+ Name: @ PROJECT_NAME@
22Description: Analyze cross-cutting performance concerns of composite scientific workflows
3- Version: ${PROJECT_VERSION}
4- prefix=${CMAKE_INSTALL_PREFIX}
5- libdir=${PKG_CONFIG_LIBDIR}
6- Libs: ${PKG_CONFIG_LIBS}
7- Cflags: -Wc,-Xclang,-load
3+ Version: @PROJECT_VERSION@
4+ prefix=@CMAKE_INSTALL_PREFIX@
5+ libdir=@PKG_CONFIG_LIBDIR@
6+ weavepass=${libdir}/libWeavePass.so
7+ Libs: @PKG_CONFIG_LIBS@
8+ Cflags:
You can’t perform that action at this time.
0 commit comments