set(PROJECT HapticsAnalyzerApp)

project(${PROJECT})

file(GLOB SRC "*.cpp")

add_executable(${PROJECT} ${SRC})

haptics_utils_target_compile_options(${PROJECT})

target_link_libraries(${PROJECT} PUBLIC cxxopts hmpeg iohaptics bitSerializer types HapticsCarriage)

install(TARGETS ${PROJECT} DESTINATION bin)

