X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCMakeLists.txt;h=8ab2d6e9de7e7dc9d79e730fd915ceb9adcff57b;hb=40057e8ee838cf8a529ed4bed98abc8bde1bda2a;hp=9367f553134208550f1a80153decdf4b83bf9d55;hpb=efa9416a21d7cac98996b92a805321ad061f54c0;p=oota-llvm.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index 9367f553134..8ab2d6e9de7 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -16,3 +16,5 @@ add_subdirectory(ExecutionEngine) add_subdirectory(Target) add_subdirectory(AsmParser) add_subdirectory(LineEditor) +add_subdirectory(ProfileData) +add_subdirectory(Fuzzer)