Here we provide an example CMakeLists.txt file that demonstrates how
to import the XACC CMake target. To build run the following
$ mkdir build && cd build
$ cmake .. -DXACC_DIR=$HOME/.xacc
$ make
$ ./integration_testWe also provide a script demonstrating how to build and link
an application using XACC. See the commands in make.sh.