# small fixes

- Fix Os::GetTimeNano()
- only build tests on non vendored usage
This commit is contained in:
2026-07-19 14:27:48 +02:00
parent 799e779fe6
commit cfb6a9b3dd
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -161,4 +161,6 @@ add_custom_target(pd-clang-format
)
add_subdirectory(backends)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests)
if(CMAKE_CURRENT_SOURCE_DIR STREQUAL CMAKE_SOURCE_DIR)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tests)
endif()