Skip to content

Commit

Permalink
Added a target for relative_example
Browse files Browse the repository at this point in the history
  • Loading branch information
blazs committed Aug 6, 2015
1 parent 001faae commit 74f85c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -47,6 +47,7 @@ FILE(GLOB helpers_includes "include/phat/helpers/*.h")
FILE(GLOB representations_includes "include/phat/representations/*.h")

add_executable (simple_example src/simple_example.cpp ${all_headers})
add_executable (relative_example src/relative_example.cpp ${all_headers})
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})
Expand Down

0 comments on commit 74f85c4

Please sign in to comment.