X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=CMakeLists.txt;h=ef07bfa615c1357b9133bd71a473a9b29a2a4553;hb=5ab94e7135fe4fabbe9934e344b894de21063d92;hp=6691189b724ef5ab9085435357e7fa03c31a3ee8;hpb=0e2f3ce8a0399818251225c1699d432fcb2db4e9;p=oota-llvm.git diff --git a/CMakeLists.txt b/CMakeLists.txt index 6691189b724..ef07bfa615c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -561,6 +561,12 @@ if(LLVM_INCLUDE_TESTS) add_subdirectory(utils/unittest) endif() +foreach( binding ${LLVM_BINDINGS_LIST} ) + if( EXISTS "${LLVM_MAIN_SRC_DIR}/bindings/${binding}/CMakeLists.txt" ) + add_subdirectory(bindings/${binding}) + endif() +endforeach() + add_subdirectory(projects) if(WITH_POLLY)