gravatar
alpar (Alpar Juttner)
alpar@cs.elte.hu
Merge #432 and #433
0 2 0
merge default
0 files changed with 3 insertions and 0 deletions:
↑ Collapse diff ↑
Ignore white space 6 line context
... ...
@@ -8,12 +8,14 @@
8 8
	doc/license.dox \
9 9
	doc/mainpage.dox \
10 10
	doc/migration.dox \
11 11
	doc/min_cost_flow.dox \
12 12
	doc/named-param.dox \
13 13
	doc/namespaces.dox \
14
	doc/references.bib \
15
	doc/template.h \
14 16
	doc/html \
15 17
	doc/CMakeLists.txt
16 18

	
17 19
DOC_EPS_IMAGES18 = \
18 20
	grid_graph.eps \
19 21
	nodeshape_0.eps \
Ignore white space 12 line context
... ...
@@ -54,12 +54,13 @@
54 54
  SET_TARGET_PROPERTIES(lemon PROPERTIES OUTPUT_NAME emon)
55 55
ENDIF()
56 56

	
57 57
INSTALL(
58 58
  TARGETS lemon
59 59
  ARCHIVE DESTINATION lib
60
  LIBRARY DESTINATION lib
60 61
  COMPONENT library
61 62
)
62 63

	
63 64
INSTALL(
64 65
  DIRECTORY . bits concepts
65 66
  DESTINATION include/lemon
0 comments (0 inline)