aboutsummaryrefslogtreecommitdiff
path: root/hello
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2025-12-02 16:39:36 -0800
committer3gg <3gg@shellblade.net>2025-12-02 16:39:36 -0800
commit6c8ae19be66cee247980a48e736a4e05d14de179 (patch)
treed860767907bf0cbe17ec66422e11bea700cf56d9 /hello
parent8f594c8ebd11f0e5f8a0c6369c3fe7383d250cbe (diff)
Immediate-mode renderer, triangle demo, shader compilation in cmake, Agility SDKHEADmain
Diffstat (limited to 'hello')
-rw-r--r--hello/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/hello/CMakeLists.txt b/hello/CMakeLists.txt
index b3c1507..3d059f0 100644
--- a/hello/CMakeLists.txt
+++ b/hello/CMakeLists.txt
@@ -8,3 +8,5 @@ add_executable(hello
8target_link_libraries(hello PRIVATE 8target_link_libraries(hello PRIVATE
9 app 9 app
10 dxg) 10 dxg)
11
12install_agility_sdk(${CMAKE_CURRENT_BINARY_DIR})