Removes PE definition files

Removes the PE definition files and related functions as they are no longer needed.
This commit is contained in:
2025-10-12 19:41:18 +03:00
parent f32496896d
commit 8d815389b8
9 changed files with 193 additions and 290 deletions

View File

@@ -16,5 +16,4 @@ set_target_properties(${PROJECT_NAME} PROPERTIES
target_link_libraries(${PROJECT_NAME} PRIVATE gtest gtest_main omath::omath)
gtest_discover_tests(${PROJECT_NAME})