add_executable(binary_search_recur binary_search_recur.cpp) add_executable(build_tree build_tree.cpp) add_executable(hanota hanota.cpp) add_executable(fast_power fast_power.cpp)