# Copyright 2026 Haply Robotics Inc. All rights reserved.
add_executable(02-haply-inverse-print-verse-grip 02-haply-inverse-print-verse-grip.cpp)
target_include_directories(02-haply-inverse-print-verse-grip PUBLIC ${PROJECT_SOURCE_DIR})
target_compile_features(02-haply-inverse-print-verse-grip PUBLIC cxx_std_11)
target_link_libraries(02-haply-inverse-print-verse-grip PRIVATE hv_static nlohmann_json::nlohmann_json)
install(TARGETS 02-haply-inverse-print-verse-grip)

# Glaze variant (C++20)
add_executable(02-haply-inverse-print-verse-grip-glz 02-haply-inverse-print-verse-grip-glz.cpp)
target_include_directories(02-haply-inverse-print-verse-grip-glz PUBLIC ${PROJECT_SOURCE_DIR})
target_compile_features(02-haply-inverse-print-verse-grip-glz PUBLIC cxx_std_20)
target_link_libraries(02-haply-inverse-print-verse-grip-glz PRIVATE hv_static glaze::glaze)
install(TARGETS 02-haply-inverse-print-verse-grip-glz)
