Make it possible to run heaptrack from the build folder
authorMilian Wolff <mail@milianw.de>
Sat, 21 Jan 2017 12:58:21 +0000 (13:58 +0100)
committerMilian Wolff <mail@milianw.de>
Sat, 21 Jan 2017 12:58:21 +0000 (13:58 +0100)
commit214fe3ed53d20f0fdc05233baeecb02ddc8dbb56
treeb138f5fbd1b67c71295a6ecc00eae0d08ce25c6b
parent15de2a1a05ef7f902b23e2b6ad017c4a591bdab1
Make it possible to run heaptrack from the build folder

By setting the correct CMake properties, the libraries, shell runner
and executables land in the correct folder layout in the build
directory. This way, we can run heaptrack directly from the build
dir, i.e.:

cd heaptrack/build
make
./bin/heaptrack <your app>
./bin/heaptrack_gui <data file>
src/analyze/gui/CMakeLists.txt
src/analyze/print/CMakeLists.txt
src/interpret/CMakeLists.txt
src/track/CMakeLists.txt