This commit is contained in:
jadebenn
2024-11-21 02:18:16 -06:00
parent 53877a0bc3
commit 6f82606e21
24 changed files with 47 additions and 40 deletions

View File

@@ -32,7 +32,7 @@ add_custom_command(TARGET dCommonTests POST_BUILD
endif()
# Link needed libraries
target_link_libraries(dCommonTests ${COMMON_LIBRARIES} GTest::gtest_main)
target_link_libraries(dCommonTests ${COMMON_LIBRARIES} GTest::gtest_main magic_enum)
# Copy test files to testing directory
add_subdirectory(TestBitStreams)