make some gryphn stuff happen (DOES NOT COMPILE)

This commit is contained in:
Gregory Wells
2025-06-24 13:04:33 -04:00
parent 78202825db
commit 1915166c82
21 changed files with 150 additions and 294 deletions

View File

@@ -3,8 +3,8 @@ project(Gryphn)
add_compile_definitions(GN_PLATFORM_LINUX GN_WINDOW_X11 GN_REVEAL_IMPL)
add_subdirectory(projects/core/) # build gryphn core
add_subdirectory(projects/loader) # build gryphn loader
add_subdirectory(projects/core/) # build gryphn core
add_subdirectory(projects/apis/vulkan/)
add_library(Gryphn INTERFACE)