--- CMakeLists.txt.orig 2016-01-16 22:28:00.937294258 -0700 +++ CMakeLists.txt 2016-01-16 22:32:05.060506757 -0700 @@ -22,6 +22,8 @@ $ ) + install(TARGETS LLVMFuzzer LLVMFuzzerNoMain DESTINATION ${LIB_DIR}) + if( LLVM_INCLUDE_TESTS ) add_subdirectory(test) endif()