# Copyright 2024 Haply Robotics Inc. All rights reserved.
file(GLOB_RECURSE SOURCE_FILES LIST_DIRECTORIES false "*.cpp")
add_executable(00-haply-inverse-device-list ${SOURCE_FILES})
target_include_directories(00-haply-inverse-device-list PUBLIC ${PROJECT_SOURCE_DIR})
target_compile_features(00-haply-inverse-device-list PUBLIC cxx_std_11)
target_link_libraries(00-haply-inverse-device-list PRIVATE hv_static nlohmann_json::nlohmann_json)
install(TARGETS 00-haply-inverse-device-list)
