begin using new version of gryphn utils

This commit is contained in:
Greg Wells
2025-06-06 20:31:34 -04:00
parent b6cb989445
commit 48f4f9a0aa
20 changed files with 25 additions and 18 deletions

View File

@@ -15,6 +15,7 @@ add_library(Gryphn ${SOURCE_FILES} ${METAL_FILES})
target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/src/)
target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/include/)
target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/src/utils)
target_include_directories(Gryphn PUBLIC ${CMAKE_SOURCE_DIR}/gryphn/src/utils/utils)
add_compile_definitions(GN_REVEAL_IMPL)
if(WIN32)