Get everything to work

This commit is contained in:
Greg Wells
2025-06-25 20:23:59 -04:00
parent 7ff6d7e744
commit 751b1f828b
9 changed files with 22 additions and 15 deletions

View File

@@ -27,4 +27,5 @@ endif()
add_subdirectory(projects/loader) # build gryphn loader
add_subdirectory(projects/core) # build gryphn core
add_subdirectory(projects/platform) # build gryphn platform
target_link_libraries(Gryphn INTERFACE GryphnCore GryphnLoader GryphnPlatform)
add_subdirectory(projects/validation_layers/function_loader/)
target_link_libraries(Gryphn INTERFACE GryphnCore GryphnLoader GryphnPlatform GryphnFunctionValidator)