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

Collapse All | Expand All

(-)CMakeLists-orig.txt (-10 lines)
Lines 37-52 Link Here
37
add_subdirectory ( stable )
37
add_subdirectory ( stable )
38
add_subdirectory ( unstable )
38
add_subdirectory ( unstable )
39
39
40
install_docs (
41
   "ChangeLog"
42
   "COPYING"
43
   "MAINTAINERS"
44
   "README"
45
   "README.hypervisor"
46
   "RELEASE-NOTES"
47
   "TODO"
48
   )
49
50
# uninstall target - leaves behind any directory created during install
40
# uninstall target - leaves behind any directory created during install
51
set ( _templatefile "${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" )
41
set ( _templatefile "${CMAKE_SOURCE_DIR}/cmake/cmake_uninstall.cmake.in" )
52
set ( _scriptfile "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake" )
42
set ( _scriptfile "${CMAKE_BINARY_DIR}/cmake_uninstall.cmake" )

Return to bug 527550