Initial scaffolding.

This commit is contained in:
BadQuanta
2026-04-20 11:00:42 +00:00
commit 6d0de7e621
7 changed files with 118 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Simple examples for using hdk-sdl.
add_executable(HelloWorld HelloWorld.cpp)
target_link_libraries(HelloWorld PRIVATE hdk-sdl)