blob: 3cb5e1dddd74ed8b8ddb24e7d7c02251fe196a21 [file] [log] [blame]
file(GLOB sources *.cpp)
add_llvm_library(poolalloc ${sources})
target_link_libraries(poolalloc LLVMDataStructure)