From a46bd27517be340115c34df6c38ceaa25625f0b4 Mon Sep 17 00:00:00 2001 From: "jan.reininghaus" Date: Tue, 16 Jul 2013 12:14:42 +0000 Subject: new binary format and convert utility git-svn-id: https://phat.googlecode.com/svn/trunk@135 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 75ac88f..1d2c34e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,6 +51,7 @@ add_executable (self_test src/self_test.cpp ${all_headers}) add_executable (phat src/phat.cpp ${all_headers}) add_executable (info src/info.cpp ${all_headers}) add_executable (benchmark src/benchmark.cpp ${all_headers}) +add_executable (convert src/convert.cpp ${all_headers}) source_group(Header\ Files FILES ${general_includes}) source_group(Header\ Files\\helpers FILES ${helpers_includes}) -- cgit v1.2.3