Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 572162
Collapse All | Expand All

(-)CMakeLists.txt.orig (+2 lines)
Lines 22-27 Link Here
22
    $<TARGET_OBJECTS:LLVMFuzzerNoMainObjects>
22
    $<TARGET_OBJECTS:LLVMFuzzerNoMainObjects>
23
    )
23
    )
24
24
25
  install(TARGETS LLVMFuzzer LLVMFuzzerNoMain DESTINATION ${LIB_DIR})
26
25
  if( LLVM_INCLUDE_TESTS )
27
  if( LLVM_INCLUDE_TESTS )
26
    add_subdirectory(test)
28
    add_subdirectory(test)
27
  endif()
29
  endif()

Return to bug 572162