C2: Add Supported Device Types"

This commit is contained in:
David Rebbe
2026-05-14 19:08:11 -04:00
committed by Kyle Schwarz
parent c3762bbf22
commit b3bb033ecb
8 changed files with 207 additions and 0 deletions
@@ -0,0 +1,6 @@
add_executable(libicsneoc2-supported-devices-example src/main.c)
target_link_libraries(libicsneoc2-supported-devices-example icsneoc2-static)
if(WIN32)
target_compile_definitions(libicsneoc2-supported-devices-example PRIVATE _CRT_SECURE_NO_WARNINGS)
endif()