
add_definitions(-DCMAKE_INSTALL_PREFIX="${CMAKE_INSTALL_PREFIX}")

add_executable(phoenix_dripfile main.cpp)
target_link_libraries(phoenix_dripfile phoenix_file_parser phoenix_option_parser phoenix_core)
install(TARGETS phoenix_dripfile RUNTIME DESTINATION bin)


