Changeset 092b175 for src


Ignore:
Timestamp:
May 2, 2013, 12:40:49 PM (13 years ago)
Author:
Frederik Heber <heber@…>
Children:
4be8f0
Parents:
252f5c
git-author:
Frederik Heber <heber@…> (07/13/12 14:11:37)
git-committer:
Frederik Heber <heber@…> (05/02/13 12:40:49)
Message:

Added VMG's own pkg-config file to make the library's internal accessible from the outside.

  • note that we have to modify the includedir in the installed .pc file to point to the source folder lib/vmg/src in order to see all of the header files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    r252f5c r092b175  
    183183
    184184libfcs_vmg_a_CPPFLAGS = $(BOOST_CPPFLAGS) $(VTK_CXXFLAGS)
     185
     186pkgconfigdir = $(libdir)/pkg-config
     187pkgconfig_DATA = $(top_builddir)/VMG.pc
     188
Note: See TracChangeset for help on using the changeset viewer.