gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Add lemon/lemon.pc.cmake to the release tarball (#428)
0 1 0
default
1 file changed with 1 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 48 line context
1 1
EXTRA_DIST += \
2 2
	lemon/lemon.pc.in \
3
	lemon/lemon.pc.cmake \
3 4
	lemon/CMakeLists.txt
4 5

	
5 6
pkgconfig_DATA += lemon/lemon.pc
6 7

	
7 8
lib_LTLIBRARIES += lemon/libemon.la
8 9

	
9 10
lemon_libemon_la_SOURCES = \
10 11
        lemon/arg_parser.cc \
11 12
        lemon/base.cc \
12 13
        lemon/color.cc \
13 14
        lemon/random.cc \
14 15
	lemon/bits/windows.cc
15 16

	
16 17
#lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
17 18
#lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
18 19

	
19 20
nodist_lemon_HEADERS = lemon/config.h
20 21

	
21 22
lemon_HEADERS += \
22 23
        lemon/arg_parser.h \
23 24
	lemon/assert.h \
24 25
        lemon/bfs.h \
25 26
        lemon/bin_heap.h \
26 27
        lemon/color.h \
0 comments (0 inline)