Skip to content

Commit

Permalink
split testapp to use for gdextension
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamakaio committed Jun 21, 2024
1 parent 9bed468 commit eb12d4c
Show file tree
Hide file tree
Showing 47 changed files with 475 additions and 1,316 deletions.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ add_subdirectory(adera)
add_subdirectory(osp)
add_subdirectory(planet-a)
add_subdirectory(ospjolt)
add_subdirectory(testapp)

if(OSP_BUILD_GDEXTENSION)

add_subdirectory(gdextension)

else()

add_subdirectory(testapp)
add_subdirectory(testapp_magnum)
add_subdirectory(osp_drawing_gl)
add_subdirectory(adera_drawing_gl)

Expand Down
Loading

0 comments on commit eb12d4c

Please sign in to comment.