mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
App errors are responses from the device indicating internal runtime errors.
2 lines
118 B
CMake
2 lines
118 B
CMake
add_executable(libicsneocpp-app-error src/AppErrorExample.cpp)
|
|
target_link_libraries(libicsneocpp-app-error icsneocpp) |