UNPKG

svf-tools

Version:

* <b>[TypeClone](https://github.com/SVF-tools/SVF/wiki/TypeClone) published in our [ECOOP paper](https://yuleisui.github.io/publications/ecoop20.pdf) is now available in SVF </b> * <b>SVF now uses a single script for its build. Just type [`source ./build.

7 lines (4 loc) 153 B
set(THREADS_PREFER_PTHREAD_FLAG ON) add_llvm_executable(wpa wpa.cpp) find_package(Threads REQUIRED) target_link_libraries(wpa PUBLIC Threads::Threads)