fix: dPropertyBehaviors

This commit is contained in:
Xiphoseer
2024-01-05 20:28:18 +01:00
parent cb065a07af
commit 6fb88e79a0
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ list(APPEND DCOMMONTEST_SOURCES ${DENUMS_TESTS})
add_executable(dCommonTests ${DCOMMONTEST_SOURCES})
# Link needed libraries
target_link_libraries(dCommonTests ${COMMON_LIBRARIES} dGame GTest::gtest_main)
target_link_libraries(dCommonTests ${COMMON_LIBRARIES} GTest::gtest_main)
# Copy test files to testing directory
add_subdirectory(TestBitStreams)