This commit is contained in:
Greg Wells
2025-06-06 20:17:00 -04:00
parent a668c0d80b
commit b6cb989445
2 changed files with 2 additions and 19 deletions

View File

@@ -14,6 +14,7 @@ endif()
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)
add_compile_definitions(GN_REVEAL_IMPL)
if(WIN32)