Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 528550 | Differences between
and this patch

Collapse All | Expand All

(-)lucene++-3.0.6/CMakeLists.txt (+8 lines)
Lines 139-144 if(NOT WIN32) Link Here
139
    DESTINATION ${LIB_DESTINATION}/pkgconfig)
139
    DESTINATION ${LIB_DESTINATION}/pkgconfig)
140
endif()
140
endif()
141
141
142
#################################
143
# install Config.h
144
#################################
145
install(
146
  FILES
147
  "${CMAKE_CURRENT_BINARY_DIR}/include/Config.h"
148
  DESTINATION include/lucene++)
149
142
####################################
150
####################################
143
# custom targets
151
# custom targets
144
####################################
152
####################################
(-)lucene++-3.0.6/src/core/CMakeLists.txt (-1 / +1 lines)
Lines 20-26 file(GLOB_RECURSE lucene_internal_header Link Here
20
)
20
)
21
21
22
file(GLOB_RECURSE lucene_headers
22
file(GLOB_RECURSE lucene_headers
23
  include/*.h
23
  "${lucene++_SOURCE_DIR}/include/*.h"
24
)
24
)
25
25
26
add_definitions(-DLPP_BUILDING_LIB)
26
add_definitions(-DLPP_BUILDING_LIB)

Return to bug 528550