Ver código fonte

examples: More n3ds build fixes.

Ryan C. Gordon 9 meses atrás
pai
commit
23cf09163e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      examples/CMakeLists.txt

+ 1 - 1
examples/CMakeLists.txt

@@ -234,7 +234,7 @@ if(N3DS)
             NAME "SDL-${APP}"
             DESCRIPTION "SDL3 Test suite"
             AUTHOR "SDL3 Contributors"
-            ICON "${CMAKE_CURRENT_SOURCE_DIR}/n3ds/logo48x48.png"
+            ICON "${CMAKE_CURRENT_SOURCE_DIR}/../test/n3ds/logo48x48.png"
         )
         ctr_create_3dsx(
             ${APP}